#06907B

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

Shades of Observatory #06907B

Tints of Observatory #06907B

Color information

#06907B (or 0x06907B) is unknown color: approx 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

RGB6144123-
CMYK0.9600.150.44
HSL170.87º92%29.41%-
HSV(B)170.87º95.83%56.47%-
XYZ13.6221.4222.15-
YUV100.34140.7860.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 144 (56.64% from 255) = 52.75%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=2.20%
G=52.75%
B=45.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61441230.9600.150.44170.879229.41
Hex6907B600F2Cab5c1d
Octal62201731400175425313435
Binary11010010000111101111000000111110110010101011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>