Shades of Blue Lagoon #066E80
Tints of Blue Lagoon #066E80
RGB
CMYK
RGB Variations
Color information
#066E80 (or 0x066E80) is known color: Blue Lagoon. HEX triplet: 06, 6E and 80. RGB value is (6,110,128). Sum of RGB (Red+Green+Blue) = 6+110+128=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #066E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066E80 is #F9917F. Grayscale: #505050. Windows color (decimal): -16355712 or 8416774. OLE color: 8416774.
HSL color Cylindrical-coordinate representation of color #066E80: hue angle of 188.85º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E80 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 110 | 128 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.50 |
| HSL | 188.85º | 0.91% | 0.26% | - |
| HSV(B) | 188.85º | 0.95% | 0.5% | - |
| XYZ | 9.55 | 12.75 | 22.38 | - |
| YUV | 80.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 128 | 0.95 | 0.14 | 0 | 0.50 | 188.85 | 0.91 | 0.26 |
| Hex | 6 | 6E | 80 | 5F | E | 0 | 32 | BD | 5B | 1A |
| Octal | 6 | 156 | 200 | 137 | 16 | 0 | 62 | 275 | 133 | 32 |
| Binary | 110 | 1101110 | 10000000 | 1011111 | 1110 | 0 | 110010 | 10111101 | 1011011 | 11010 |
Color Harmonies of #066E80
Complementary color
Monochromatic Colors of #066E80
Black with #066E80
Text Example
Text Example
White with #066E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E80; }
p { color: rgb(6,110,128); }
H1.HeaderClassName
{
color: #066E80;
}
.AnyTagClassName
{
color: #066E80;
}
</style>
background-color css
<style>
a { background-color: #066E80; }
a { background-color: rgb(6,110,128); }
div.DivClassName
{
background-color: #066E80;
}
.BgClassName
{
background-color: #066E80;
}
</style>
border-color css
<style>
span { border-color: #066E80; }
span { border-color: rgb(6,110,128); }
td.TdClassName
{
border-color: #066E80;
}
.TagClassName
{
border-color: #066E80;
}
</style>