#0A6E89

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

Shades of Allports #0A6E89

Tints of Allports #0A6E89

Color information

#0A6E89 (or 0x0A6E89) is unknown color: approx Allports. HEX triplet: 0A, 6E and 89. RGB value is (10,110,137). Sum of RGB (Red+Green+Blue) = 10+110+137=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A6E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6E89 is #F59176. Grayscale: #525252. Windows color (decimal): -16093559 or 9006602. OLE color: 9006602.

HSL color Cylindrical-coordinate representation of color #0A6E89: hue angle of 192.76º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6E89 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10110137-
CMYK0.930.2000.46
HSL192.76º86.39%28.82%-
HSV(B)192.76º92.7%53.73%-
XYZ10.2213.0225.64-
YUV83.18158.3775.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.89%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=3.89%
G=42.80%
B=53.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101101370.930.2000.46192.7686.3928.82
HexA6E895D1402Ec1561d
Octal121562111352405630112635
Binary1010110111010001001101110110100010111011000001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,110,137); }

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

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

 a { background-color: rgb(10,110,137); }

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

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

 span { border-color: rgb(10,110,137); }

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