Shades of Blue Lagoon #006488
Tints of Blue Lagoon #006488
RGB
CMYK
RGB Variations
Color information
#006488 (or 0x006488) is known color: Blue Lagoon. HEX triplet: 00, 64 and 88. RGB value is (0,100,136). Sum of RGB (Red+Green+Blue) = 0+100+136=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #006488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006488 is #FF9B77. Grayscale: #494949. Windows color (decimal): -16751480 or 8938496. OLE color: 8938496.
HSL color Cylindrical-coordinate representation of color #006488: hue angle of 195.88º 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 #006488 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 100 | 136 | - |
| CMYK | 1 | 0.26 | 0 | 0.47 |
| HSL | 195.88º | 1% | 0.27% | - |
| HSV(B) | 195.88º | 1% | 0.53% | - |
| XYZ | 9 | 10.89 | 24.92 | - |
| YUV | 74.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 136 | 1 | 0.26 | 0 | 0.47 | 195.88 | 1 | 0.27 |
| Hex | 0 | 64 | 88 | 64 | 1A | 0 | 2F | C4 | 64 | 1B |
| Octal | 0 | 144 | 210 | 144 | 32 | 0 | 57 | 304 | 144 | 33 |
| Binary | 0 | 1100100 | 10001000 | 1100100 | 11010 | 0 | 101111 | 11000100 | 1100100 | 11011 |
Color Harmonies of #006488
Complementary color
Monochromatic Colors of #006488
Black with #006488
Text Example
Text Example
White with #006488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006488; }
p { color: rgb(0,100,136); }
H1.HeaderClassName
{
color: #006488;
}
.AnyTagClassName
{
color: #006488;
}
</style>
background-color css
<style>
a { background-color: #006488; }
a { background-color: rgb(0,100,136); }
div.DivClassName
{
background-color: #006488;
}
.BgClassName
{
background-color: #006488;
}
</style>
border-color css
<style>
span { border-color: #006488; }
span { border-color: rgb(0,100,136); }
td.TdClassName
{
border-color: #006488;
}
.TagClassName
{
border-color: #006488;
}
</style>