Shades of Blue Lagoon #006289
Tints of Blue Lagoon #006289
RGB
CMYK
RGB Variations
Color information
#006289 (or 0x006289) is known color: Blue Lagoon. HEX triplet: 00, 62 and 89. RGB value is (0,98,137). Sum of RGB (Red+Green+Blue) = 0+98+137=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #006289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006289 is #FF9D76. Grayscale: #484848. Windows color (decimal): -16751991 or 9003520. OLE color: 9003520.
HSL color Cylindrical-coordinate representation of color #006289: hue angle of 197.08º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006289 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 98 | 137 | - |
| CMYK | 1 | 0.28 | 0 | 0.46 |
| HSL | 197.08º | 1% | 0.27% | - |
| HSV(B) | 197.08º | 1% | 0.54% | - |
| XYZ | 8.88 | 10.54 | 25.23 | - |
| YUV | 73.14 | 164.03 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 137 | 1 | 0.28 | 0 | 0.46 | 197.08 | 1 | 0.27 |
| Hex | 0 | 62 | 89 | 64 | 1C | 0 | 2E | C5 | 64 | 1B |
| Octal | 0 | 142 | 211 | 144 | 34 | 0 | 56 | 305 | 144 | 33 |
| Binary | 0 | 1100010 | 10001001 | 1100100 | 11100 | 0 | 101110 | 11000101 | 1100100 | 11011 |
Color Harmonies of #006289
Complementary color
Monochromatic Colors of #006289
Black with #006289
Text Example
Text Example
White with #006289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006289; }
p { color: rgb(0,98,137); }
H1.HeaderClassName
{
color: #006289;
}
.AnyTagClassName
{
color: #006289;
}
</style>
background-color css
<style>
a { background-color: #006289; }
a { background-color: rgb(0,98,137); }
div.DivClassName
{
background-color: #006289;
}
.BgClassName
{
background-color: #006289;
}
</style>
border-color css
<style>
span { border-color: #006289; }
span { border-color: rgb(0,98,137); }
td.TdClassName
{
border-color: #006289;
}
.TagClassName
{
border-color: #006289;
}
</style>