Shades of Blue Lagoon #065565
Tints of Blue Lagoon #065565
RGB
CMYK
RGB Variations
Color information
#065565 (or 0x065565) is known color: Blue Lagoon. HEX triplet: 06, 55 and 65. RGB value is (6,85,101). Sum of RGB (Red+Green+Blue) = 6+85+101=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #065565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065565 is #F9AA9A. Grayscale: #3F3F3F. Windows color (decimal): -16362139 or 6640902. OLE color: 6640902.
HSL color Cylindrical-coordinate representation of color #065565: hue angle of 190.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065565 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 85 | 101 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.60 |
| HSL | 190.11º | 0.89% | 0.21% | - |
| HSV(B) | 190.11º | 0.94% | 0.4% | - |
| XYZ | 5.67 | 7.48 | 13.46 | - |
| YUV | 63.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 101 | 0.94 | 0.16 | 0 | 0.60 | 190.11 | 0.89 | 0.21 |
| Hex | 6 | 55 | 65 | 5E | 10 | 0 | 3C | BE | 59 | 15 |
| Octal | 6 | 125 | 145 | 136 | 20 | 0 | 74 | 276 | 131 | 25 |
| Binary | 110 | 1010101 | 1100101 | 1011110 | 10000 | 0 | 111100 | 10111110 | 1011001 | 10101 |
Color Harmonies of #065565
Complementary color
Monochromatic Colors of #065565
Black with #065565
Text Example
Text Example
White with #065565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065565; }
p { color: rgb(6,85,101); }
H1.HeaderClassName
{
color: #065565;
}
.AnyTagClassName
{
color: #065565;
}
</style>
background-color css
<style>
a { background-color: #065565; }
a { background-color: rgb(6,85,101); }
div.DivClassName
{
background-color: #065565;
}
.BgClassName
{
background-color: #065565;
}
</style>
border-color css
<style>
span { border-color: #065565; }
span { border-color: rgb(6,85,101); }
td.TdClassName
{
border-color: #065565;
}
.TagClassName
{
border-color: #065565;
}
</style>