Html Css Color HEX #06906B Observatory

📋 copy color: '#06906B'

red 6 ◦ green 144 ◦ blue 107

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

Shades of Observatory #06906B

Tints of Observatory #06906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 2.33%
G = 56.03%
B = 41.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#06906B (or 0x06906B) is known color: Observatory. HEX triplet: 06, 90 and 6B. RGB value is (6,144,107). Sum of RGB (Red+Green+Blue) = 6+144+107=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #06906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06906B is #F96F94. Grayscale: #626262. Windows color (decimal): -16347029 or 7049222. OLE color: 7049222.

HSL color Cylindrical-coordinate representation of color #06906B: hue angle of 163.91º 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 #06906B is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 107 -
CMYK 0.96 0 0.26 0.44
HSL 163.91º 0.92% 0.29% -
HSV(B) 163.91º 0.96% 0.56% -
XYZ 12.7 21.05 17.3 -
YUV 98.52 132.78 62.01 -
System Red Green Blue C M Y K H S L
Decimal 6 144 107 0.96 0 0.26 0.44 163.91 0.92 0.29
Hex 6 90 6B 60 0 1A 2C A4 5C 1D
Octal 6 220 153 140 0 32 54 244 134 35
Binary 110 10010000 1101011 1100000 0 11010 101100 10100100 1011100 11101

Color Harmonies of #06906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06906B

Black with #06906B

Text Example


Text Example

White with #06906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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