Shades of Blue Lagoon #06556D
Tints of Blue Lagoon #06556D
RGB
CMYK
RGB Variations
Color information
#06556D (or 0x06556D) is known color: Blue Lagoon. HEX triplet: 06, 55 and 6D. RGB value is (6,85,109). Sum of RGB (Red+Green+Blue) = 6+85+109=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #06556D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06556D is #F9AA92. Grayscale: #3F3F3F. Windows color (decimal): -16362131 or 7165190. OLE color: 7165190.
HSL color Cylindrical-coordinate representation of color #06556D: hue angle of 193.98º 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 #06556D is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 85 | 109 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.57 |
| HSL | 193.98º | 0.9% | 0.23% | - |
| HSV(B) | 193.98º | 0.94% | 0.43% | - |
| XYZ | 6.08 | 7.64 | 15.62 | - |
| YUV | 64.12 | 153.33 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 109 | 0.94 | 0.22 | 0 | 0.57 | 193.98 | 0.9 | 0.23 |
| Hex | 6 | 55 | 6D | 5E | 16 | 0 | 39 | C2 | 5A | 17 |
| Octal | 6 | 125 | 155 | 136 | 26 | 0 | 71 | 302 | 132 | 27 |
| Binary | 110 | 1010101 | 1101101 | 1011110 | 10110 | 0 | 111001 | 11000010 | 1011010 | 10111 |
Color Harmonies of #06556D
Complementary color
Monochromatic Colors of #06556D
Black with #06556D
Text Example
Text Example
White with #06556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06556D; }
p { color: rgb(6,85,109); }
H1.HeaderClassName
{
color: #06556D;
}
.AnyTagClassName
{
color: #06556D;
}
</style>
background-color css
<style>
a { background-color: #06556D; }
a { background-color: rgb(6,85,109); }
div.DivClassName
{
background-color: #06556D;
}
.BgClassName
{
background-color: #06556D;
}
</style>
border-color css
<style>
span { border-color: #06556D; }
span { border-color: rgb(6,85,109); }
td.TdClassName
{
border-color: #06556D;
}
.TagClassName
{
border-color: #06556D;
}
</style>