#06886D

Color #06886D Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #06886D

Tints of Observatory #06886D

Color information

#06886D (or 0x06886D) is unknown color: approx Observatory. HEX triplet: 06, 88 and 6D. RGB value is (6,136,109). Sum of RGB (Red+Green+Blue) = 6+136+109=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #06886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06886D is #F97792. Grayscale: #5E5E5E. Windows color (decimal): -16349075 or 7178246. OLE color: 7178246.

HSL color Cylindrical-coordinate representation of color #06886D: hue angle of 167.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06886D is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB6136109-
CMYK0.9600.200.47
HSL167.54º91.55%27.84%-
HSV(B)167.54º95.59%53.33%-
XYZ11.6418.7517.47-
YUV94.05136.4365.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=2.39%
G=54.18%
B=43.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61361090.9600.200.47167.5491.5527.84
Hex6886D600142Fa85c1c
Octal62101551400245725013434
Binary110100010001101101110000001010010111110101000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06886D; }

 p { color: rgb(6,136,109); }

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

<style>
 a { background-color: #06886D; }

 a { background-color: rgb(6,136,109); }

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

<style>
 span { border-color: #06886D; }

 span { border-color: rgb(6,136,109); }

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