Shades of Blue Lagoon #065E69
Tints of Blue Lagoon #065E69
RGB
CMYK
RGB Variations
Color information
#065E69 (or 0x065E69) is known color: Blue Lagoon. HEX triplet: 06, 5E and 69. RGB value is (6,94,105). Sum of RGB (Red+Green+Blue) = 6+94+105=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #065E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E69 is #F9A196. Grayscale: #444444. Windows color (decimal): -16359831 or 6905350. OLE color: 6905350.
HSL color Cylindrical-coordinate representation of color #065E69: hue angle of 186.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E69 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 94 | 105 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.59 |
| HSL | 186.67º | 0.89% | 0.22% | - |
| HSV(B) | 186.67º | 0.94% | 0.41% | - |
| XYZ | 6.63 | 9.06 | 14.76 | - |
| YUV | 68.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 105 | 0.94 | 0.10 | 0 | 0.59 | 186.67 | 0.89 | 0.22 |
| Hex | 6 | 5E | 69 | 5E | A | 0 | 3B | BB | 59 | 16 |
| Octal | 6 | 136 | 151 | 136 | 12 | 0 | 73 | 273 | 131 | 26 |
| Binary | 110 | 1011110 | 1101001 | 1011110 | 1010 | 0 | 111011 | 10111011 | 1011001 | 10110 |
Color Harmonies of #065E69
Complementary color
Monochromatic Colors of #065E69
Black with #065E69
Text Example
Text Example
White with #065E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E69; }
p { color: rgb(6,94,105); }
H1.HeaderClassName
{
color: #065E69;
}
.AnyTagClassName
{
color: #065E69;
}
</style>
background-color css
<style>
a { background-color: #065E69; }
a { background-color: rgb(6,94,105); }
div.DivClassName
{
background-color: #065E69;
}
.BgClassName
{
background-color: #065E69;
}
</style>
border-color css
<style>
span { border-color: #065E69; }
span { border-color: rgb(6,94,105); }
td.TdClassName
{
border-color: #065E69;
}
.TagClassName
{
border-color: #065E69;
}
</style>