Shades of Blue Lagoon #006877
Tints of Blue Lagoon #006877
RGB
CMYK
RGB Variations
Color information
#006877 (or 0x006877) is known color: Blue Lagoon. HEX triplet: 00, 68 and 77. RGB value is (0,104,119). Sum of RGB (Red+Green+Blue) = 0+104+119=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #006877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006877 is #FF9788. Grayscale: #4A4A4A. Windows color (decimal): -16750473 or 7825408. OLE color: 7825408.
HSL color Cylindrical-coordinate representation of color #006877: hue angle of 187.56º 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 #006877 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 104 | 119 | - |
| CMYK | 1 | 0.13 | 0 | 0.53 |
| HSL | 187.56º | 1% | 0.23% | - |
| HSV(B) | 187.56º | 1% | 0.47% | - |
| XYZ | 8.28 | 11.23 | 19.18 | - |
| YUV | 74.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 119 | 1 | 0.13 | 0 | 0.53 | 187.56 | 1 | 0.23 |
| Hex | 0 | 68 | 77 | 64 | D | 0 | 35 | BC | 64 | 17 |
| Octal | 0 | 150 | 167 | 144 | 15 | 0 | 65 | 274 | 144 | 27 |
| Binary | 0 | 1101000 | 1110111 | 1100100 | 1101 | 0 | 110101 | 10111100 | 1100100 | 10111 |
Color Harmonies of #006877
Complementary color
Monochromatic Colors of #006877
Black with #006877
Text Example
Text Example
White with #006877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006877; }
p { color: rgb(0,104,119); }
H1.HeaderClassName
{
color: #006877;
}
.AnyTagClassName
{
color: #006877;
}
</style>
background-color css
<style>
a { background-color: #006877; }
a { background-color: rgb(0,104,119); }
div.DivClassName
{
background-color: #006877;
}
.BgClassName
{
background-color: #006877;
}
</style>
border-color css
<style>
span { border-color: #006877; }
span { border-color: rgb(0,104,119); }
td.TdClassName
{
border-color: #006877;
}
.TagClassName
{
border-color: #006877;
}
</style>