Shades of Blue Lagoon #06616D
Tints of Blue Lagoon #06616D
RGB
CMYK
RGB Variations
Color information
#06616D (or 0x06616D) is known color: Blue Lagoon. HEX triplet: 06, 61 and 6D. RGB value is (6,97,109). Sum of RGB (Red+Green+Blue) = 6+97+109=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #06616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06616D is #F99E92. Grayscale: #474747. Windows color (decimal): -16359059 or 7168262. OLE color: 7168262.
HSL color Cylindrical-coordinate representation of color #06616D: hue angle of 186.99º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06616D is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 97 | 109 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.57 |
| HSL | 186.99º | 0.9% | 0.23% | - |
| HSV(B) | 186.99º | 0.94% | 0.43% | - |
| XYZ | 7.11 | 9.69 | 15.96 | - |
| YUV | 71.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 109 | 0.94 | 0.11 | 0 | 0.57 | 186.99 | 0.9 | 0.23 |
| Hex | 6 | 61 | 6D | 5E | B | 0 | 39 | BB | 5A | 17 |
| Octal | 6 | 141 | 155 | 136 | 13 | 0 | 71 | 273 | 132 | 27 |
| Binary | 110 | 1100001 | 1101101 | 1011110 | 1011 | 0 | 111001 | 10111011 | 1011010 | 10111 |
Color Harmonies of #06616D
Complementary color
Monochromatic Colors of #06616D
Black with #06616D
Text Example
Text Example
White with #06616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06616D; }
p { color: rgb(6,97,109); }
H1.HeaderClassName
{
color: #06616D;
}
.AnyTagClassName
{
color: #06616D;
}
</style>
background-color css
<style>
a { background-color: #06616D; }
a { background-color: rgb(6,97,109); }
div.DivClassName
{
background-color: #06616D;
}
.BgClassName
{
background-color: #06616D;
}
</style>
border-color css
<style>
span { border-color: #06616D; }
span { border-color: rgb(6,97,109); }
td.TdClassName
{
border-color: #06616D;
}
.TagClassName
{
border-color: #06616D;
}
</style>