Shades of Blue Lagoon #06546D
Tints of Blue Lagoon #06546D
RGB
CMYK
RGB Variations
Color information
#06546D (or 0x06546D) is known color: Blue Lagoon. HEX triplet: 06, 54 and 6D. RGB value is (6,84,109). Sum of RGB (Red+Green+Blue) = 6+84+109=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #06546D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06546D is #F9AB92. Grayscale: #3F3F3F. Windows color (decimal): -16362387 or 7164934. OLE color: 7164934.
HSL color Cylindrical-coordinate representation of color #06546D: hue angle of 194.56º 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 #06546D is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 84 | 109 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.57 |
| HSL | 194.56º | 0.9% | 0.23% | - |
| HSV(B) | 194.56º | 0.94% | 0.43% | - |
| XYZ | 6.01 | 7.48 | 15.6 | - |
| YUV | 63.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 109 | 0.94 | 0.23 | 0 | 0.57 | 194.56 | 0.9 | 0.23 |
| Hex | 6 | 54 | 6D | 5E | 17 | 0 | 39 | C3 | 5A | 17 |
| Octal | 6 | 124 | 155 | 136 | 27 | 0 | 71 | 303 | 132 | 27 |
| Binary | 110 | 1010100 | 1101101 | 1011110 | 10111 | 0 | 111001 | 11000011 | 1011010 | 10111 |
Color Harmonies of #06546D
Complementary color
Monochromatic Colors of #06546D
Black with #06546D
Text Example
Text Example
White with #06546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06546D; }
p { color: rgb(6,84,109); }
H1.HeaderClassName
{
color: #06546D;
}
.AnyTagClassName
{
color: #06546D;
}
</style>
background-color css
<style>
a { background-color: #06546D; }
a { background-color: rgb(6,84,109); }
div.DivClassName
{
background-color: #06546D;
}
.BgClassName
{
background-color: #06546D;
}
</style>
border-color css
<style>
span { border-color: #06546D; }
span { border-color: rgb(6,84,109); }
td.TdClassName
{
border-color: #06546D;
}
.TagClassName
{
border-color: #06546D;
}
</style>