Html Css Color HEX #06907C Observatory

📋 copy color: '#06907C'

red 6 ◦ green 144 ◦ blue 124

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

Shades of Observatory #06907C

Tints of Observatory #06907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 2.19%
G = 52.55%
B = 45.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#06907C (or 0x06907C) is known color: Observatory. HEX triplet: 06, 90 and 7C. RGB value is (6,144,124). Sum of RGB (Red+Green+Blue) = 6+144+124=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #06907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06907C is #F96F83. Grayscale: #646464. Windows color (decimal): -16347012 or 8163334. OLE color: 8163334.

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

Color convert

RGB 6 144 124 -
CMYK 0.96 0 0.14 0.44
HSL 171.3º 0.92% 0.29% -
HSV(B) 171.3º 0.96% 0.56% -
XYZ 13.69 21.44 22.49 -
YUV 100.46 141.28 60.63 -
System Red Green Blue C M Y K H S L
Decimal 6 144 124 0.96 0 0.14 0.44 171.3 0.92 0.29
Hex 6 90 7C 60 0 E 2C AB 5C 1D
Octal 6 220 174 140 0 16 54 253 134 35
Binary 110 10010000 1111100 1100000 0 1110 101100 10101011 1011100 11101

Color Harmonies of #06907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06907C

Black with #06907C

Text Example


Text Example

White with #06907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06907C;
 }
 .AnyTagClassName
 {
   color: #06907C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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