Shades of Blue Lagoon #06546B
Tints of Blue Lagoon #06546B
RGB
CMYK
RGB Variations
Color information
#06546B (or 0x06546B) is known color: Blue Lagoon. HEX triplet: 06, 54 and 6B. RGB value is (6,84,107). Sum of RGB (Red+Green+Blue) = 6+84+107=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #06546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06546B is #F9AB94. Grayscale: #3F3F3F. Windows color (decimal): -16362389 or 7033862. OLE color: 7033862.
HSL color Cylindrical-coordinate representation of color #06546B: hue angle of 193.66º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06546B is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 84 | 107 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.58 |
| HSL | 193.66º | 0.89% | 0.22% | - |
| HSV(B) | 193.66º | 0.94% | 0.42% | - |
| XYZ | 5.9 | 7.44 | 15.04 | - |
| YUV | 63.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 107 | 0.94 | 0.21 | 0 | 0.58 | 193.66 | 0.89 | 0.22 |
| Hex | 6 | 54 | 6B | 5E | 15 | 0 | 3A | C2 | 59 | 16 |
| Octal | 6 | 124 | 153 | 136 | 25 | 0 | 72 | 302 | 131 | 26 |
| Binary | 110 | 1010100 | 1101011 | 1011110 | 10101 | 0 | 111010 | 11000010 | 1011001 | 10110 |
Color Harmonies of #06546B
Complementary color
Monochromatic Colors of #06546B
Black with #06546B
Text Example
Text Example
White with #06546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06546B; }
p { color: rgb(6,84,107); }
H1.HeaderClassName
{
color: #06546B;
}
.AnyTagClassName
{
color: #06546B;
}
</style>
background-color css
<style>
a { background-color: #06546B; }
a { background-color: rgb(6,84,107); }
div.DivClassName
{
background-color: #06546B;
}
.BgClassName
{
background-color: #06546B;
}
</style>
border-color css
<style>
span { border-color: #06546B; }
span { border-color: rgb(6,84,107); }
td.TdClassName
{
border-color: #06546B;
}
.TagClassName
{
border-color: #06546B;
}
</style>