#0A6C83

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

Shades of Allports #0A6C83

Tints of Allports #0A6C83

Color information

#0A6C83 (or 0x0A6C83) is unknown color: approx Allports. HEX triplet: 0A, 6C and 83. RGB value is (10,108,131). Sum of RGB (Red+Green+Blue) = 10+108+131=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A6C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6C83 is #F5937C. Grayscale: #515151. Windows color (decimal): -16094077 or 8612874. OLE color: 8612874.

HSL color Cylindrical-coordinate representation of color #0A6C83: hue angle of 191.4º 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 #0A6C83 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10108131-
CMYK0.920.1800.49
HSL191.4º85.82%27.65%-
HSV(B)191.4º92.37%51.37%-
XYZ9.5812.4323.37-
YUV81.32156.0377.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=4.02%
G=43.37%
B=52.61%

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
Decimal101081310.920.1800.49191.485.8227.65
HexA6C835C12031bf561c
Octal121542031342206127712634
Binary1010110110010000011101110010010011000110111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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