#06896B

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

Shades of Observatory #06896B

Tints of Observatory #06896B

Color information

#06896B (or 0x06896B) is unknown color: approx Observatory. HEX triplet: 06, 89 and 6B. RGB value is (6,137,107). Sum of RGB (Red+Green+Blue) = 6+137+107=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #06896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06896B is #F97694. Grayscale: #5E5E5E. Windows color (decimal): -16348821 or 7047430. OLE color: 7047430.

HSL color Cylindrical-coordinate representation of color #06896B: hue angle of 166.26º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06896B is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB6137107-
CMYK0.9600.220.46
HSL166.26º91.61%28.04%-
HSV(B)166.26º95.62%53.73%-
XYZ11.6718.9916.96-
YUV94.41135.164.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 137 (53.91% from 255) = 54.8%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=2.4%
G=54.8%
B=42.8%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61371070.9600.220.46166.2691.6128.04
Hex6896B600162Ea65c1c
Octal62111531400265624613434
Binary110100010011101011110000001011010111010100110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06896B; }

 p { color: rgb(6,137,107); }

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

<style>
 a { background-color: #06896B; }

 a { background-color: rgb(6,137,107); }

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

<style>
 span { border-color: #06896B; }

 span { border-color: rgb(6,137,107); }

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