Shades of Blue Lagoon #065F6D
Tints of Blue Lagoon #065F6D
RGB
CMYK
RGB Variations
Color information
#065F6D (or 0x065F6D) is known color: Blue Lagoon. HEX triplet: 06, 5F and 6D. RGB value is (6,95,109). Sum of RGB (Red+Green+Blue) = 6+95+109=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #065F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F6D is #F9A092. Grayscale: #454545. Windows color (decimal): -16359571 or 7167750. OLE color: 7167750.
HSL color Cylindrical-coordinate representation of color #065F6D: hue angle of 188.16º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F6D is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 95 | 109 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.57 |
| HSL | 188.16º | 0.9% | 0.23% | - |
| HSV(B) | 188.16º | 0.94% | 0.43% | - |
| XYZ | 6.93 | 9.33 | 15.9 | - |
| YUV | 69.99 | 150.01 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 109 | 0.94 | 0.13 | 0 | 0.57 | 188.16 | 0.9 | 0.23 |
| Hex | 6 | 5F | 6D | 5E | D | 0 | 39 | BC | 5A | 17 |
| Octal | 6 | 137 | 155 | 136 | 15 | 0 | 71 | 274 | 132 | 27 |
| Binary | 110 | 1011111 | 1101101 | 1011110 | 1101 | 0 | 111001 | 10111100 | 1011010 | 10111 |
Color Harmonies of #065F6D
Complementary color
Monochromatic Colors of #065F6D
Black with #065F6D
Text Example
Text Example
White with #065F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F6D; }
p { color: rgb(6,95,109); }
H1.HeaderClassName
{
color: #065F6D;
}
.AnyTagClassName
{
color: #065F6D;
}
</style>
background-color css
<style>
a { background-color: #065F6D; }
a { background-color: rgb(6,95,109); }
div.DivClassName
{
background-color: #065F6D;
}
.BgClassName
{
background-color: #065F6D;
}
</style>
border-color css
<style>
span { border-color: #065F6D; }
span { border-color: rgb(6,95,109); }
td.TdClassName
{
border-color: #065F6D;
}
.TagClassName
{
border-color: #065F6D;
}
</style>