Shades of Blue Lagoon #065762
Tints of Blue Lagoon #065762
RGB
CMYK
RGB Variations
Color information
#065762 (or 0x065762) is known color: Blue Lagoon. HEX triplet: 06, 57 and 62. RGB value is (6,87,98). Sum of RGB (Red+Green+Blue) = 6+87+98=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #065762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065762 is #F9A89D. Grayscale: #3F3F3F. Windows color (decimal): -16361630 or 6444806. OLE color: 6444806.
HSL color Cylindrical-coordinate representation of color #065762: hue angle of 187.17º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065762 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 87 | 98 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.62 |
| HSL | 187.17º | 0.88% | 0.2% | - |
| HSV(B) | 187.17º | 0.94% | 0.38% | - |
| XYZ | 5.69 | 7.74 | 12.75 | - |
| YUV | 64.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 98 | 0.94 | 0.11 | 0 | 0.62 | 187.17 | 0.88 | 0.2 |
| Hex | 6 | 57 | 62 | 5E | B | 0 | 3E | BB | 58 | 14 |
| Octal | 6 | 127 | 142 | 136 | 13 | 0 | 76 | 273 | 130 | 24 |
| Binary | 110 | 1010111 | 1100010 | 1011110 | 1011 | 0 | 111110 | 10111011 | 1011000 | 10100 |
Color Harmonies of #065762
Complementary color
Monochromatic Colors of #065762
Black with #065762
Text Example
Text Example
White with #065762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065762; }
p { color: rgb(6,87,98); }
H1.HeaderClassName
{
color: #065762;
}
.AnyTagClassName
{
color: #065762;
}
</style>
background-color css
<style>
a { background-color: #065762; }
a { background-color: rgb(6,87,98); }
div.DivClassName
{
background-color: #065762;
}
.BgClassName
{
background-color: #065762;
}
</style>
border-color css
<style>
span { border-color: #065762; }
span { border-color: rgb(6,87,98); }
td.TdClassName
{
border-color: #065762;
}
.TagClassName
{
border-color: #065762;
}
</style>