Shades of Blue Lagoon #065E6E
Tints of Blue Lagoon #065E6E
RGB
CMYK
RGB Variations
Color information
#065E6E (or 0x065E6E) is known color: Blue Lagoon. HEX triplet: 06, 5E and 6E. RGB value is (6,94,110). Sum of RGB (Red+Green+Blue) = 6+94+110=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #065E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E6E is #F9A191. Grayscale: #454545. Windows color (decimal): -16359826 or 7233030. OLE color: 7233030.
HSL color Cylindrical-coordinate representation of color #065E6E: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E6E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 94 | 110 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.57 |
| HSL | 189.23º | 0.9% | 0.23% | - |
| HSV(B) | 189.23º | 0.95% | 0.43% | - |
| XYZ | 6.89 | 9.17 | 16.16 | - |
| YUV | 69.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 110 | 0.95 | 0.15 | 0 | 0.57 | 189.23 | 0.9 | 0.23 |
| Hex | 6 | 5E | 6E | 5F | F | 0 | 39 | BD | 5A | 17 |
| Octal | 6 | 136 | 156 | 137 | 17 | 0 | 71 | 275 | 132 | 27 |
| Binary | 110 | 1011110 | 1101110 | 1011111 | 1111 | 0 | 111001 | 10111101 | 1011010 | 10111 |
Color Harmonies of #065E6E
Complementary color
Monochromatic Colors of #065E6E
Black with #065E6E
Text Example
Text Example
White with #065E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E6E; }
p { color: rgb(6,94,110); }
H1.HeaderClassName
{
color: #065E6E;
}
.AnyTagClassName
{
color: #065E6E;
}
</style>
background-color css
<style>
a { background-color: #065E6E; }
a { background-color: rgb(6,94,110); }
div.DivClassName
{
background-color: #065E6E;
}
.BgClassName
{
background-color: #065E6E;
}
</style>
border-color css
<style>
span { border-color: #065E6E; }
span { border-color: rgb(6,94,110); }
td.TdClassName
{
border-color: #065E6E;
}
.TagClassName
{
border-color: #065E6E;
}
</style>