Html Css Color HEX #06906D Observatory

📋 copy color: '#06906D'

red 6 ◦ green 144 ◦ blue 109

#06906D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #06906D

Tints of Observatory #06906D

RGB

 RED value IS 6 (2.73% from 255) = 2.32%

 GREEN value IS 144 (56.64% from 255) = 55.6%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 2.32%
G = 55.6%
B = 42.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#06906D (or 0x06906D) is known color: Observatory. HEX triplet: 06, 90 and 6D. RGB value is (6,144,109). Sum of RGB (Red+Green+Blue) = 6+144+109=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #06906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06906D is #F96F92. Grayscale: #626262. Windows color (decimal): -16347027 or 7180294. OLE color: 7180294.

HSL color Cylindrical-coordinate representation of color #06906D: hue angle of 164.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06906D is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 109 -
CMYK 0.96 0 0.24 0.44
HSL 164.78º 0.92% 0.29% -
HSV(B) 164.78º 0.96% 0.56% -
XYZ 12.81 21.09 17.86 -
YUV 98.75 133.78 61.85 -
System Red Green Blue C M Y K H S L
Decimal 6 144 109 0.96 0 0.24 0.44 164.78 0.92 0.29
Hex 6 90 6D 60 0 18 2C A5 5C 1D
Octal 6 220 155 140 0 30 54 245 134 35
Binary 110 10010000 1101101 1100000 0 11000 101100 10100101 1011100 11101

Color Harmonies of #06906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06906D

Black with #06906D

Text Example


Text Example

White with #06906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06906D;
 }
 .AnyTagClassName
 {
   color: #06906D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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