Shades of Blue Lagoon #006288
Tints of Blue Lagoon #006288
RGB
CMYK
RGB Variations
Color information
#006288 (or 0x006288) is known color: Blue Lagoon. HEX triplet: 00, 62 and 88. RGB value is (0,98,136). Sum of RGB (Red+Green+Blue) = 0+98+136=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #006288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006288 is #FF9D77. Grayscale: #484848. Windows color (decimal): -16751992 or 8937984. OLE color: 8937984.
HSL color Cylindrical-coordinate representation of color #006288: hue angle of 196.76º 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 #006288 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 98 | 136 | - |
| CMYK | 1 | 0.28 | 0 | 0.47 |
| HSL | 196.76º | 1% | 0.27% | - |
| HSV(B) | 196.76º | 1% | 0.53% | - |
| XYZ | 8.81 | 10.51 | 24.86 | - |
| YUV | 73.03 | 163.53 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 136 | 1 | 0.28 | 0 | 0.47 | 196.76 | 1 | 0.27 |
| Hex | 0 | 62 | 88 | 64 | 1C | 0 | 2F | C5 | 64 | 1B |
| Octal | 0 | 142 | 210 | 144 | 34 | 0 | 57 | 305 | 144 | 33 |
| Binary | 0 | 1100010 | 10001000 | 1100100 | 11100 | 0 | 101111 | 11000101 | 1100100 | 11011 |
Color Harmonies of #006288
Complementary color
Monochromatic Colors of #006288
Black with #006288
Text Example
Text Example
White with #006288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006288; }
p { color: rgb(0,98,136); }
H1.HeaderClassName
{
color: #006288;
}
.AnyTagClassName
{
color: #006288;
}
</style>
background-color css
<style>
a { background-color: #006288; }
a { background-color: rgb(0,98,136); }
div.DivClassName
{
background-color: #006288;
}
.BgClassName
{
background-color: #006288;
}
</style>
border-color css
<style>
span { border-color: #006288; }
span { border-color: rgb(0,98,136); }
td.TdClassName
{
border-color: #006288;
}
.TagClassName
{
border-color: #006288;
}
</style>