#0A6B83

Color #0A6B83 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0A6B83

Tints of Allports #0A6B83

Color information

#0A6B83 (or 0x0A6B83) is unknown color: approx Allports. HEX triplet: 0A, 6B and 83. RGB value is (10,107,131). Sum of RGB (Red+Green+Blue) = 10+107+131=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A6B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6B83 is #F5947C. Grayscale: #505050. Windows color (decimal): -16094333 or 8612618. OLE color: 8612618.

HSL color Cylindrical-coordinate representation of color #0A6B83: hue angle of 191.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6B83 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10107131-
CMYK0.920.1800.49
HSL191.9º85.82%27.65%-
HSV(B)191.9º92.37%51.37%-
XYZ9.4812.2223.33-
YUV80.73156.3677.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=4.03%
G=43.15%
B=52.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101071310.920.1800.49191.985.8227.65
HexA6B835C12031c0561c
Octal121532031342206130012634
Binary1010110101110000011101110010010011000111000000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6B83; }

 p { color: rgb(10,107,131); }

 H1.HeaderClassName
 {
   color: #0A6B83;
 }
 .AnyTagClassName
 {
   color: #0A6B83;
 }
</style>
background-color css

<style>
 a { background-color: #0A6B83; }

 a { background-color: rgb(10,107,131); }

 div.DivClassName
 {
   background-color: #0A6B83;
 }
 .BgClassName
 {
   background-color: #0A6B83;
 }
</style>
border-color css

<style>
 span { border-color: #0A6B83; }

 span { border-color: rgb(10,107,131); }

 td.TdClassName
 {
   border-color: #0A6B83;
 }
 .TagClassName
 {
   border-color: #0A6B83;
 }
</style>