Shades of Blue Lagoon #065D6B
Tints of Blue Lagoon #065D6B
RGB
CMYK
RGB Variations
Color information
#065D6B (or 0x065D6B) is known color: Blue Lagoon. HEX triplet: 06, 5D and 6B. RGB value is (6,93,107). Sum of RGB (Red+Green+Blue) = 6+93+107=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #065D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D6B is #F9A294. Grayscale: #444444. Windows color (decimal): -16360085 or 7036166. OLE color: 7036166.
HSL color Cylindrical-coordinate representation of color #065D6B: hue angle of 188.32º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D6B is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 93 | 107 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.58 |
| HSL | 188.32º | 0.89% | 0.22% | - |
| HSV(B) | 188.32º | 0.94% | 0.42% | - |
| XYZ | 6.64 | 8.93 | 15.28 | - |
| YUV | 68.58 | 149.68 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 107 | 0.94 | 0.13 | 0 | 0.58 | 188.32 | 0.89 | 0.22 |
| Hex | 6 | 5D | 6B | 5E | D | 0 | 3A | BC | 59 | 16 |
| Octal | 6 | 135 | 153 | 136 | 15 | 0 | 72 | 274 | 131 | 26 |
| Binary | 110 | 1011101 | 1101011 | 1011110 | 1101 | 0 | 111010 | 10111100 | 1011001 | 10110 |
Color Harmonies of #065D6B
Complementary color
Monochromatic Colors of #065D6B
Black with #065D6B
Text Example
Text Example
White with #065D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D6B; }
p { color: rgb(6,93,107); }
H1.HeaderClassName
{
color: #065D6B;
}
.AnyTagClassName
{
color: #065D6B;
}
</style>
background-color css
<style>
a { background-color: #065D6B; }
a { background-color: rgb(6,93,107); }
div.DivClassName
{
background-color: #065D6B;
}
.BgClassName
{
background-color: #065D6B;
}
</style>
border-color css
<style>
span { border-color: #065D6B; }
span { border-color: rgb(6,93,107); }
td.TdClassName
{
border-color: #065D6B;
}
.TagClassName
{
border-color: #065D6B;
}
</style>