Shades of Blue Lagoon #06586D
Tints of Blue Lagoon #06586D
RGB
CMYK
RGB Variations
Color information
#06586D (or 0x06586D) is known color: Blue Lagoon. HEX triplet: 06, 58 and 6D. RGB value is (6,88,109). Sum of RGB (Red+Green+Blue) = 6+88+109=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #06586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06586D is #F9A792. Grayscale: #414141. Windows color (decimal): -16361363 or 7165958. OLE color: 7165958.
HSL color Cylindrical-coordinate representation of color #06586D: hue angle of 192.23º 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 #06586D is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 88 | 109 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.57 |
| HSL | 192.23º | 0.9% | 0.23% | - |
| HSV(B) | 192.23º | 0.94% | 0.43% | - |
| XYZ | 6.33 | 8.12 | 15.7 | - |
| YUV | 65.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 109 | 0.94 | 0.19 | 0 | 0.57 | 192.23 | 0.9 | 0.23 |
| Hex | 6 | 58 | 6D | 5E | 13 | 0 | 39 | C0 | 5A | 17 |
| Octal | 6 | 130 | 155 | 136 | 23 | 0 | 71 | 300 | 132 | 27 |
| Binary | 110 | 1011000 | 1101101 | 1011110 | 10011 | 0 | 111001 | 11000000 | 1011010 | 10111 |
Color Harmonies of #06586D
Complementary color
Monochromatic Colors of #06586D
Black with #06586D
Text Example
Text Example
White with #06586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06586D; }
p { color: rgb(6,88,109); }
H1.HeaderClassName
{
color: #06586D;
}
.AnyTagClassName
{
color: #06586D;
}
</style>
background-color css
<style>
a { background-color: #06586D; }
a { background-color: rgb(6,88,109); }
div.DivClassName
{
background-color: #06586D;
}
.BgClassName
{
background-color: #06586D;
}
</style>
border-color css
<style>
span { border-color: #06586D; }
span { border-color: rgb(6,88,109); }
td.TdClassName
{
border-color: #06586D;
}
.TagClassName
{
border-color: #06586D;
}
</style>