Shades of Blue Lagoon #006887
Tints of Blue Lagoon #006887
RGB
CMYK
RGB Variations
Color information
#006887 (or 0x006887) is known color: Blue Lagoon. HEX triplet: 00, 68 and 87. RGB value is (0,104,135). Sum of RGB (Red+Green+Blue) = 0+104+135=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #006887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006887 is #FF9778. Grayscale: #4C4C4C. Windows color (decimal): -16750457 or 8873984. OLE color: 8873984.
HSL color Cylindrical-coordinate representation of color #006887: hue angle of 193.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006887 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 104 | 135 | - |
| CMYK | 1 | 0.23 | 0 | 0.47 |
| HSL | 193.78º | 1% | 0.26% | - |
| HSV(B) | 193.78º | 1% | 0.53% | - |
| XYZ | 9.32 | 11.65 | 24.68 | - |
| YUV | 76.44 | 161.04 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 135 | 1 | 0.23 | 0 | 0.47 | 193.78 | 1 | 0.26 |
| Hex | 0 | 68 | 87 | 64 | 17 | 0 | 2F | C2 | 64 | 1A |
| Octal | 0 | 150 | 207 | 144 | 27 | 0 | 57 | 302 | 144 | 32 |
| Binary | 0 | 1101000 | 10000111 | 1100100 | 10111 | 0 | 101111 | 11000010 | 1100100 | 11010 |
Color Harmonies of #006887
Complementary color
Monochromatic Colors of #006887
Black with #006887
Text Example
Text Example
White with #006887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006887; }
p { color: rgb(0,104,135); }
H1.HeaderClassName
{
color: #006887;
}
.AnyTagClassName
{
color: #006887;
}
</style>
background-color css
<style>
a { background-color: #006887; }
a { background-color: rgb(0,104,135); }
div.DivClassName
{
background-color: #006887;
}
.BgClassName
{
background-color: #006887;
}
</style>
border-color css
<style>
span { border-color: #006887; }
span { border-color: rgb(0,104,135); }
td.TdClassName
{
border-color: #006887;
}
.TagClassName
{
border-color: #006887;
}
</style>