Shades of Blue Lagoon #066E76
Tints of Blue Lagoon #066E76
RGB
CMYK
RGB Variations
Color information
#066E76 (or 0x066E76) is known color: Blue Lagoon. HEX triplet: 06, 6E and 76. RGB value is (6,110,118). Sum of RGB (Red+Green+Blue) = 6+110+118=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #066E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E76 is #F99189. Grayscale: #4F4F4F. Windows color (decimal): -16355722 or 7761414. OLE color: 7761414.
HSL color Cylindrical-coordinate representation of color #066E76: hue angle of 184.29º 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 #066E76 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 110 | 118 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.54 |
| HSL | 184.29º | 0.9% | 0.24% | - |
| HSV(B) | 184.29º | 0.95% | 0.46% | - |
| XYZ | 8.92 | 12.5 | 19.08 | - |
| YUV | 79.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 118 | 0.95 | 0.07 | 0 | 0.54 | 184.29 | 0.9 | 0.24 |
| Hex | 6 | 6E | 76 | 5F | 7 | 0 | 36 | B8 | 5A | 18 |
| Octal | 6 | 156 | 166 | 137 | 7 | 0 | 66 | 270 | 132 | 30 |
| Binary | 110 | 1101110 | 1110110 | 1011111 | 111 | 0 | 110110 | 10111000 | 1011010 | 11000 |
Color Harmonies of #066E76
Complementary color
Monochromatic Colors of #066E76
Black with #066E76
Text Example
Text Example
White with #066E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E76; }
p { color: rgb(6,110,118); }
H1.HeaderClassName
{
color: #066E76;
}
.AnyTagClassName
{
color: #066E76;
}
</style>
background-color css
<style>
a { background-color: #066E76; }
a { background-color: rgb(6,110,118); }
div.DivClassName
{
background-color: #066E76;
}
.BgClassName
{
background-color: #066E76;
}
</style>
border-color css
<style>
span { border-color: #066E76; }
span { border-color: rgb(6,110,118); }
td.TdClassName
{
border-color: #066E76;
}
.TagClassName
{
border-color: #066E76;
}
</style>