#066B76

Color #066B76 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #066B76

Tints of Blue Lagoon #066B76

Color information

#066B76 (or 0x066B76) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6B and 76. RGB value is (6,107,118). Sum of RGB (Red+Green+Blue) = 6+107+118=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #066B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B76 is #F99489. Grayscale: #4D4D4D. Windows color (decimal): -16356490 or 7760646. OLE color: 7760646.

HSL color Cylindrical-coordinate representation of color #066B76: hue angle of 185.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066B76 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6107118-
CMYK0.950.0900.54
HSL185.89º90.32%24.31%-
HSV(B)185.89º94.92%46.27%-
XYZ8.611.8618.98-
YUV78.05150.5476.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=2.60%
G=46.32%
B=51.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61071180.950.0900.54185.8990.3224.31
Hex66B765F9036ba5a18
Octal61531661371106627213230
Binary1101101011111011010111111001011011010111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066B76; }

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

 H1.HeaderClassName
 {
   color: #066B76;
 }
 .AnyTagClassName
 {
   color: #066B76;
 }
</style>
background-color css

<style>
 a { background-color: #066B76; }

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

 div.DivClassName
 {
   background-color: #066B76;
 }
 .BgClassName
 {
   background-color: #066B76;
 }
</style>
border-color css

<style>
 span { border-color: #066B76; }

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

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