Shades of Blue Lagoon #065462
Tints of Blue Lagoon #065462
RGB
CMYK
RGB Variations
Color information
#065462 (or 0x065462) is known color: Blue Lagoon. HEX triplet: 06, 54 and 62. RGB value is (6,84,98). Sum of RGB (Red+Green+Blue) = 6+84+98=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #065462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065462 is #F9AB9D. Grayscale: #3E3E3E. Windows color (decimal): -16362398 or 6444038. OLE color: 6444038.
HSL color Cylindrical-coordinate representation of color #065462: hue angle of 189.13º 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 #065462 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 84 | 98 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.62 |
| HSL | 189.13º | 0.88% | 0.2% | - |
| HSV(B) | 189.13º | 0.94% | 0.38% | - |
| XYZ | 5.45 | 7.26 | 12.67 | - |
| YUV | 62.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 98 | 0.94 | 0.14 | 0 | 0.62 | 189.13 | 0.88 | 0.2 |
| Hex | 6 | 54 | 62 | 5E | E | 0 | 3E | BD | 58 | 14 |
| Octal | 6 | 124 | 142 | 136 | 16 | 0 | 76 | 275 | 130 | 24 |
| Binary | 110 | 1010100 | 1100010 | 1011110 | 1110 | 0 | 111110 | 10111101 | 1011000 | 10100 |
Color Harmonies of #065462
Complementary color
Monochromatic Colors of #065462
Black with #065462
Text Example
Text Example
White with #065462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065462; }
p { color: rgb(6,84,98); }
H1.HeaderClassName
{
color: #065462;
}
.AnyTagClassName
{
color: #065462;
}
</style>
background-color css
<style>
a { background-color: #065462; }
a { background-color: rgb(6,84,98); }
div.DivClassName
{
background-color: #065462;
}
.BgClassName
{
background-color: #065462;
}
</style>
border-color css
<style>
span { border-color: #065462; }
span { border-color: rgb(6,84,98); }
td.TdClassName
{
border-color: #065462;
}
.TagClassName
{
border-color: #065462;
}
</style>