Shades of Blue Lagoon #006677
Tints of Blue Lagoon #006677
RGB
CMYK
RGB Variations
Color information
#006677 (or 0x006677) is known color: Blue Lagoon. HEX triplet: 00, 66 and 77. RGB value is (0,102,119). Sum of RGB (Red+Green+Blue) = 0+102+119=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #006677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006677 is #FF9988. Grayscale: #494949. Windows color (decimal): -16750985 or 7824896. OLE color: 7824896.
HSL color Cylindrical-coordinate representation of color #006677: hue angle of 188.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006677 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 102 | 119 | - |
| CMYK | 1 | 0.14 | 0 | 0.53 |
| HSL | 188.57º | 1% | 0.23% | - |
| HSV(B) | 188.57º | 1% | 0.47% | - |
| XYZ | 8.08 | 10.83 | 19.12 | - |
| YUV | 73.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 119 | 1 | 0.14 | 0 | 0.53 | 188.57 | 1 | 0.23 |
| Hex | 0 | 66 | 77 | 64 | E | 0 | 35 | BD | 64 | 17 |
| Octal | 0 | 146 | 167 | 144 | 16 | 0 | 65 | 275 | 144 | 27 |
| Binary | 0 | 1100110 | 1110111 | 1100100 | 1110 | 0 | 110101 | 10111101 | 1100100 | 10111 |
Color Harmonies of #006677
Complementary color
Monochromatic Colors of #006677
Black with #006677
Text Example
Text Example
White with #006677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006677; }
p { color: rgb(0,102,119); }
H1.HeaderClassName
{
color: #006677;
}
.AnyTagClassName
{
color: #006677;
}
</style>
background-color css
<style>
a { background-color: #006677; }
a { background-color: rgb(0,102,119); }
div.DivClassName
{
background-color: #006677;
}
.BgClassName
{
background-color: #006677;
}
</style>
border-color css
<style>
span { border-color: #006677; }
span { border-color: rgb(0,102,119); }
td.TdClassName
{
border-color: #006677;
}
.TagClassName
{
border-color: #006677;
}
</style>