Shades of Blue Lagoon #065366
Tints of Blue Lagoon #065366
RGB
CMYK
RGB Variations
Color information
#065366 (or 0x065366) is known color: Blue Lagoon. HEX triplet: 06, 53 and 66. RGB value is (6,83,102). Sum of RGB (Red+Green+Blue) = 6+83+102=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #065366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065366 is #F9AC99. Grayscale: #3D3D3D. Windows color (decimal): -16362650 or 6705926. OLE color: 6705926.
HSL color Cylindrical-coordinate representation of color #065366: hue angle of 191.88º 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 #065366 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 83 | 102 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.6 |
| HSL | 191.88º | 0.89% | 0.21% | - |
| HSV(B) | 191.88º | 0.94% | 0.4% | - |
| XYZ | 5.57 | 7.18 | 13.66 | - |
| YUV | 62.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 102 | 0.94 | 0.19 | 0 | 0.6 | 191.88 | 0.89 | 0.21 |
| Hex | 6 | 53 | 66 | 5E | 13 | 0 | 3C | C0 | 59 | 15 |
| Octal | 6 | 123 | 146 | 136 | 23 | 0 | 74 | 300 | 131 | 25 |
| Binary | 110 | 1010011 | 1100110 | 1011110 | 10011 | 0 | 111100 | 11000000 | 1011001 | 10101 |
Color Harmonies of #065366
Complementary color
Monochromatic Colors of #065366
Black with #065366
Text Example
Text Example
White with #065366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065366; }
p { color: rgb(6,83,102); }
H1.HeaderClassName
{
color: #065366;
}
.AnyTagClassName
{
color: #065366;
}
</style>
background-color css
<style>
a { background-color: #065366; }
a { background-color: rgb(6,83,102); }
div.DivClassName
{
background-color: #065366;
}
.BgClassName
{
background-color: #065366;
}
</style>
border-color css
<style>
span { border-color: #065366; }
span { border-color: rgb(6,83,102); }
td.TdClassName
{
border-color: #065366;
}
.TagClassName
{
border-color: #065366;
}
</style>