#06936C

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

Shades of Observatory #06936C

Tints of Observatory #06936C

Color information

#06936C (or 0x06936C) is unknown color: approx Observatory. HEX triplet: 06, 93 and 6C. RGB value is (6,147,108). Sum of RGB (Red+Green+Blue) = 6+147+108=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #06936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06936C is #F96C93. Grayscale: #646464. Windows color (decimal): -16346260 or 7115526. OLE color: 7115526.

HSL color Cylindrical-coordinate representation of color #06936C: hue angle of 163.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06936C is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB6147108-
CMYK0.9600.270.42
HSL163.4º92.16%30%-
HSV(B)163.4º95.92%57.65%-
XYZ13.2221.9917.74-
YUV100.4132.2960.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 147 (57.81% from 255) = 56.32%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=2.30%
G=56.32%
B=41.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61471080.9600.270.42163.492.1630
Hex6936C6001B2Aa35c1e
Octal62231541400335224313436
Binary110100100111101100110000001101110101010100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06936C; }

 p { color: rgb(6,147,108); }

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

<style>
 a { background-color: #06936C; }

 a { background-color: rgb(6,147,108); }

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

<style>
 span { border-color: #06936C; }

 span { border-color: rgb(6,147,108); }

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