Shades of Blue Lagoon #065974
Tints of Blue Lagoon #065974
RGB
CMYK
RGB Variations
Color information
#065974 (or 0x065974) is known color: Blue Lagoon. HEX triplet: 06, 59 and 74. RGB value is (6,89,116). Sum of RGB (Red+Green+Blue) = 6+89+116=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #065974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065974 is #F9A68B. Grayscale: #434343. Windows color (decimal): -16361100 or 7624966. OLE color: 7624966.
HSL color Cylindrical-coordinate representation of color #065974: hue angle of 194.73º 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 #065974 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 89 | 116 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.55 |
| HSL | 194.73º | 0.9% | 0.24% | - |
| HSV(B) | 194.73º | 0.95% | 0.45% | - |
| XYZ | 6.8 | 8.44 | 17.79 | - |
| YUV | 67.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 116 | 0.95 | 0.23 | 0 | 0.55 | 194.73 | 0.9 | 0.24 |
| Hex | 6 | 59 | 74 | 5F | 17 | 0 | 37 | C3 | 5A | 18 |
| Octal | 6 | 131 | 164 | 137 | 27 | 0 | 67 | 303 | 132 | 30 |
| Binary | 110 | 1011001 | 1110100 | 1011111 | 10111 | 0 | 110111 | 11000011 | 1011010 | 11000 |
Color Harmonies of #065974
Complementary color
Monochromatic Colors of #065974
Black with #065974
Text Example
Text Example
White with #065974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065974; }
p { color: rgb(6,89,116); }
H1.HeaderClassName
{
color: #065974;
}
.AnyTagClassName
{
color: #065974;
}
</style>
background-color css
<style>
a { background-color: #065974; }
a { background-color: rgb(6,89,116); }
div.DivClassName
{
background-color: #065974;
}
.BgClassName
{
background-color: #065974;
}
</style>
border-color css
<style>
span { border-color: #065974; }
span { border-color: rgb(6,89,116); }
td.TdClassName
{
border-color: #065974;
}
.TagClassName
{
border-color: #065974;
}
</style>