Shades of Blue Lagoon #065D6E
Tints of Blue Lagoon #065D6E
RGB
CMYK
RGB Variations
Color information
#065D6E (or 0x065D6E) is known color: Blue Lagoon. HEX triplet: 06, 5D and 6E. RGB value is (6,93,110). Sum of RGB (Red+Green+Blue) = 6+93+110=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #065D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D6E is #F9A291. Grayscale: #444444. Windows color (decimal): -16360082 or 7232774. OLE color: 7232774.
HSL color Cylindrical-coordinate representation of color #065D6E: hue angle of 189.81º 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 #065D6E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 93 | 110 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.57 |
| HSL | 189.81º | 0.9% | 0.23% | - |
| HSV(B) | 189.81º | 0.95% | 0.43% | - |
| XYZ | 6.8 | 8.99 | 16.13 | - |
| YUV | 68.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 110 | 0.95 | 0.15 | 0 | 0.57 | 189.81 | 0.9 | 0.23 |
| Hex | 6 | 5D | 6E | 5F | F | 0 | 39 | BE | 5A | 17 |
| Octal | 6 | 135 | 156 | 137 | 17 | 0 | 71 | 276 | 132 | 27 |
| Binary | 110 | 1011101 | 1101110 | 1011111 | 1111 | 0 | 111001 | 10111110 | 1011010 | 10111 |
Color Harmonies of #065D6E
Complementary color
Monochromatic Colors of #065D6E
Black with #065D6E
Text Example
Text Example
White with #065D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D6E; }
p { color: rgb(6,93,110); }
H1.HeaderClassName
{
color: #065D6E;
}
.AnyTagClassName
{
color: #065D6E;
}
</style>
background-color css
<style>
a { background-color: #065D6E; }
a { background-color: rgb(6,93,110); }
div.DivClassName
{
background-color: #065D6E;
}
.BgClassName
{
background-color: #065D6E;
}
</style>
border-color css
<style>
span { border-color: #065D6E; }
span { border-color: rgb(6,93,110); }
td.TdClassName
{
border-color: #065D6E;
}
.TagClassName
{
border-color: #065D6E;
}
</style>