Shades of Blue Lagoon #006888
Tints of Blue Lagoon #006888
RGB
CMYK
RGB Variations
Color information
#006888 (or 0x006888) is known color: Blue Lagoon. HEX triplet: 00, 68 and 88. RGB value is (0,104,136). Sum of RGB (Red+Green+Blue) = 0+104+136=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #006888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006888 is #FF9777. Grayscale: #4C4C4C. Windows color (decimal): -16750456 or 8939520. OLE color: 8939520.
HSL color Cylindrical-coordinate representation of color #006888: hue angle of 194.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006888 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 104 | 136 | - |
| CMYK | 1 | 0.24 | 0 | 0.47 |
| HSL | 194.12º | 1% | 0.27% | - |
| HSV(B) | 194.12º | 1% | 0.53% | - |
| XYZ | 9.39 | 11.68 | 25.05 | - |
| YUV | 76.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 136 | 1 | 0.24 | 0 | 0.47 | 194.12 | 1 | 0.27 |
| Hex | 0 | 68 | 88 | 64 | 18 | 0 | 2F | C2 | 64 | 1B |
| Octal | 0 | 150 | 210 | 144 | 30 | 0 | 57 | 302 | 144 | 33 |
| Binary | 0 | 1101000 | 10001000 | 1100100 | 11000 | 0 | 101111 | 11000010 | 1100100 | 11011 |
Color Harmonies of #006888
Complementary color
Monochromatic Colors of #006888
Black with #006888
Text Example
Text Example
White with #006888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006888; }
p { color: rgb(0,104,136); }
H1.HeaderClassName
{
color: #006888;
}
.AnyTagClassName
{
color: #006888;
}
</style>
background-color css
<style>
a { background-color: #006888; }
a { background-color: rgb(0,104,136); }
div.DivClassName
{
background-color: #006888;
}
.BgClassName
{
background-color: #006888;
}
</style>
border-color css
<style>
span { border-color: #006888; }
span { border-color: rgb(0,104,136); }
td.TdClassName
{
border-color: #006888;
}
.TagClassName
{
border-color: #006888;
}
</style>