Shades of Blue Lagoon #066166
Tints of Blue Lagoon #066166
RGB
CMYK
RGB Variations
Color information
#066166 (or 0x066166) is known color: Blue Lagoon. HEX triplet: 06, 61 and 66. RGB value is (6,97,102). Sum of RGB (Red+Green+Blue) = 6+97+102=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #066166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066166 is #F99E99. Grayscale: #464646. Windows color (decimal): -16359066 or 6709510. OLE color: 6709510.
HSL color Cylindrical-coordinate representation of color #066166: hue angle of 183.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066166 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 97 | 102 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.6 |
| HSL | 183.13º | 0.89% | 0.21% | - |
| HSV(B) | 183.13º | 0.94% | 0.4% | - |
| XYZ | 6.75 | 9.55 | 14.06 | - |
| YUV | 70.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 102 | 0.94 | 0.05 | 0 | 0.6 | 183.13 | 0.89 | 0.21 |
| Hex | 6 | 61 | 66 | 5E | 5 | 0 | 3C | B7 | 59 | 15 |
| Octal | 6 | 141 | 146 | 136 | 5 | 0 | 74 | 267 | 131 | 25 |
| Binary | 110 | 1100001 | 1100110 | 1011110 | 101 | 0 | 111100 | 10110111 | 1011001 | 10101 |
Color Harmonies of #066166
Complementary color
Monochromatic Colors of #066166
Black with #066166
Text Example
Text Example
White with #066166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066166; }
p { color: rgb(6,97,102); }
H1.HeaderClassName
{
color: #066166;
}
.AnyTagClassName
{
color: #066166;
}
</style>
background-color css
<style>
a { background-color: #066166; }
a { background-color: rgb(6,97,102); }
div.DivClassName
{
background-color: #066166;
}
.BgClassName
{
background-color: #066166;
}
</style>
border-color css
<style>
span { border-color: #066166; }
span { border-color: rgb(6,97,102); }
td.TdClassName
{
border-color: #066166;
}
.TagClassName
{
border-color: #066166;
}
</style>