Shades of Blue Lagoon #065672
Tints of Blue Lagoon #065672
RGB
CMYK
RGB Variations
Color information
#065672 (or 0x065672) is known color: Blue Lagoon. HEX triplet: 06, 56 and 72. RGB value is (6,86,114). Sum of RGB (Red+Green+Blue) = 6+86+114=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #065672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065672 is #F9A98D. Grayscale: #414141. Windows color (decimal): -16361870 or 7493126. OLE color: 7493126.
HSL color Cylindrical-coordinate representation of color #065672: hue angle of 195.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065672 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 86 | 114 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.55 |
| HSL | 195.56º | 0.9% | 0.24% | - |
| HSV(B) | 195.56º | 0.95% | 0.45% | - |
| XYZ | 6.44 | 7.91 | 17.11 | - |
| YUV | 65.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 114 | 0.95 | 0.25 | 0 | 0.55 | 195.56 | 0.9 | 0.24 |
| Hex | 6 | 56 | 72 | 5F | 19 | 0 | 37 | C4 | 5A | 18 |
| Octal | 6 | 126 | 162 | 137 | 31 | 0 | 67 | 304 | 132 | 30 |
| Binary | 110 | 1010110 | 1110010 | 1011111 | 11001 | 0 | 110111 | 11000100 | 1011010 | 11000 |
Color Harmonies of #065672
Complementary color
Monochromatic Colors of #065672
Black with #065672
Text Example
Text Example
White with #065672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065672; }
p { color: rgb(6,86,114); }
H1.HeaderClassName
{
color: #065672;
}
.AnyTagClassName
{
color: #065672;
}
</style>
background-color css
<style>
a { background-color: #065672; }
a { background-color: rgb(6,86,114); }
div.DivClassName
{
background-color: #065672;
}
.BgClassName
{
background-color: #065672;
}
</style>
border-color css
<style>
span { border-color: #065672; }
span { border-color: rgb(6,86,114); }
td.TdClassName
{
border-color: #065672;
}
.TagClassName
{
border-color: #065672;
}
</style>