Html Css Color HEX #06907B Observatory

📋 copy color: '#06907B'

red 6 ◦ green 144 ◦ blue 123

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

Shades of Observatory #06907B

Tints of Observatory #06907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.05%

R = 2.2%
G = 52.75%
B = 45.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#06907B (or 0x06907B) is known color: Observatory. HEX triplet: 06, 90 and 7B. RGB value is (6,144,123). Sum of RGB (Red+Green+Blue) = 6+144+123=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #06907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06907B is #F96F84. Grayscale: #646464. Windows color (decimal): -16347013 or 8097798. OLE color: 8097798.

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

Color convert

RGB 6 144 123 -
CMYK 0.96 0 0.15 0.44
HSL 170.87º 0.92% 0.29% -
HSV(B) 170.87º 0.96% 0.56% -
XYZ 13.62 21.42 22.15 -
YUV 100.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 6 144 123 0.96 0 0.15 0.44 170.87 0.92 0.29
Hex 6 90 7B 60 0 F 2C AB 5C 1D
Octal 6 220 173 140 0 17 54 253 134 35
Binary 110 10010000 1111011 1100000 0 1111 101100 10101011 1011100 11101

Color Harmonies of #06907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06907B

Black with #06907B

Text Example


Text Example

White with #06907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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