Shades of Blue Lagoon #065F6F
Tints of Blue Lagoon #065F6F
RGB
CMYK
RGB Variations
Color information
#065F6F (or 0x065F6F) is known color: Blue Lagoon. HEX triplet: 06, 5F and 6F. RGB value is (6,95,111). Sum of RGB (Red+Green+Blue) = 6+95+111=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #065F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F6F is #F9A090. Grayscale: #464646. Windows color (decimal): -16359569 or 7298822. OLE color: 7298822.
HSL color Cylindrical-coordinate representation of color #065F6F: hue angle of 189.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065F6F is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 95 | 111 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.56 |
| HSL | 189.14º | 0.9% | 0.23% | - |
| HSV(B) | 189.14º | 0.95% | 0.44% | - |
| XYZ | 7.04 | 9.37 | 16.48 | - |
| YUV | 70.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 111 | 0.95 | 0.14 | 0 | 0.56 | 189.14 | 0.9 | 0.23 |
| Hex | 6 | 5F | 6F | 5F | E | 0 | 38 | BD | 5A | 17 |
| Octal | 6 | 137 | 157 | 137 | 16 | 0 | 70 | 275 | 132 | 27 |
| Binary | 110 | 1011111 | 1101111 | 1011111 | 1110 | 0 | 111000 | 10111101 | 1011010 | 10111 |
Color Harmonies of #065F6F
Complementary color
Monochromatic Colors of #065F6F
Black with #065F6F
Text Example
Text Example
White with #065F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F6F; }
p { color: rgb(6,95,111); }
H1.HeaderClassName
{
color: #065F6F;
}
.AnyTagClassName
{
color: #065F6F;
}
</style>
background-color css
<style>
a { background-color: #065F6F; }
a { background-color: rgb(6,95,111); }
div.DivClassName
{
background-color: #065F6F;
}
.BgClassName
{
background-color: #065F6F;
}
</style>
border-color css
<style>
span { border-color: #065F6F; }
span { border-color: rgb(6,95,111); }
td.TdClassName
{
border-color: #065F6F;
}
.TagClassName
{
border-color: #065F6F;
}
</style>