Shades of Blue Lagoon #065A66
Tints of Blue Lagoon #065A66
RGB
CMYK
RGB Variations
Color information
#065A66 (or 0x065A66) is known color: Blue Lagoon. HEX triplet: 06, 5A and 66. RGB value is (6,90,102). Sum of RGB (Red+Green+Blue) = 6+90+102=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #065A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A66 is #F9A599. Grayscale: #424242. Windows color (decimal): -16360858 or 6707718. OLE color: 6707718.
HSL color Cylindrical-coordinate representation of color #065A66: hue angle of 187.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065A66 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 90 | 102 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.6 |
| HSL | 187.5º | 0.89% | 0.21% | - |
| HSV(B) | 187.5º | 0.94% | 0.4% | - |
| XYZ | 6.13 | 8.31 | 13.85 | - |
| YUV | 66.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 102 | 0.94 | 0.12 | 0 | 0.6 | 187.5 | 0.89 | 0.21 |
| Hex | 6 | 5A | 66 | 5E | C | 0 | 3C | BC | 59 | 15 |
| Octal | 6 | 132 | 146 | 136 | 14 | 0 | 74 | 274 | 131 | 25 |
| Binary | 110 | 1011010 | 1100110 | 1011110 | 1100 | 0 | 111100 | 10111100 | 1011001 | 10101 |
Color Harmonies of #065A66
Complementary color
Monochromatic Colors of #065A66
Black with #065A66
Text Example
Text Example
White with #065A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A66; }
p { color: rgb(6,90,102); }
H1.HeaderClassName
{
color: #065A66;
}
.AnyTagClassName
{
color: #065A66;
}
</style>
background-color css
<style>
a { background-color: #065A66; }
a { background-color: rgb(6,90,102); }
div.DivClassName
{
background-color: #065A66;
}
.BgClassName
{
background-color: #065A66;
}
</style>
border-color css
<style>
span { border-color: #065A66; }
span { border-color: rgb(6,90,102); }
td.TdClassName
{
border-color: #065A66;
}
.TagClassName
{
border-color: #065A66;
}
</style>