Shades of Blue Lagoon #066676
Tints of Blue Lagoon #066676
RGB
CMYK
RGB Variations
Color information
#066676 (or 0x066676) is known color: Blue Lagoon. HEX triplet: 06, 66 and 76. RGB value is (6,102,118). Sum of RGB (Red+Green+Blue) = 6+102+118=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #066676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066676 is #F99989. Grayscale: #4A4A4A. Windows color (decimal): -16357770 or 7759366. OLE color: 7759366.
HSL color Cylindrical-coordinate representation of color #066676: hue angle of 188.57º 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 #066676 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 102 | 118 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.54 |
| HSL | 188.57º | 0.9% | 0.24% | - |
| HSV(B) | 188.57º | 0.95% | 0.46% | - |
| XYZ | 8.1 | 10.85 | 18.81 | - |
| YUV | 75.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 118 | 0.95 | 0.14 | 0 | 0.54 | 188.57 | 0.9 | 0.24 |
| Hex | 6 | 66 | 76 | 5F | E | 0 | 36 | BD | 5A | 18 |
| Octal | 6 | 146 | 166 | 137 | 16 | 0 | 66 | 275 | 132 | 30 |
| Binary | 110 | 1100110 | 1110110 | 1011111 | 1110 | 0 | 110110 | 10111101 | 1011010 | 11000 |
Color Harmonies of #066676
Complementary color
Monochromatic Colors of #066676
Black with #066676
Text Example
Text Example
White with #066676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066676; }
p { color: rgb(6,102,118); }
H1.HeaderClassName
{
color: #066676;
}
.AnyTagClassName
{
color: #066676;
}
</style>
background-color css
<style>
a { background-color: #066676; }
a { background-color: rgb(6,102,118); }
div.DivClassName
{
background-color: #066676;
}
.BgClassName
{
background-color: #066676;
}
</style>
border-color css
<style>
span { border-color: #066676; }
span { border-color: rgb(6,102,118); }
td.TdClassName
{
border-color: #066676;
}
.TagClassName
{
border-color: #066676;
}
</style>