Shades of Blue Lagoon #06546A
Tints of Blue Lagoon #06546A
RGB
CMYK
RGB Variations
Color information
#06546A (or 0x06546A) is known color: Blue Lagoon. HEX triplet: 06, 54 and 6A. RGB value is (6,84,106). Sum of RGB (Red+Green+Blue) = 6+84+106=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #06546A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06546A is #F9AB95. Grayscale: #3F3F3F. Windows color (decimal): -16362390 or 6968326. OLE color: 6968326.
HSL color Cylindrical-coordinate representation of color #06546A: hue angle of 193.2º 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 #06546A is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 84 | 106 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.58 |
| HSL | 193.2º | 0.89% | 0.22% | - |
| HSV(B) | 193.2º | 0.94% | 0.42% | - |
| XYZ | 5.85 | 7.42 | 14.76 | - |
| YUV | 63.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 106 | 0.94 | 0.21 | 0 | 0.58 | 193.2 | 0.89 | 0.22 |
| Hex | 6 | 54 | 6A | 5E | 15 | 0 | 3A | C1 | 59 | 16 |
| Octal | 6 | 124 | 152 | 136 | 25 | 0 | 72 | 301 | 131 | 26 |
| Binary | 110 | 1010100 | 1101010 | 1011110 | 10101 | 0 | 111010 | 11000001 | 1011001 | 10110 |
Color Harmonies of #06546A
Complementary color
Monochromatic Colors of #06546A
Black with #06546A
Text Example
Text Example
White with #06546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06546A; }
p { color: rgb(6,84,106); }
H1.HeaderClassName
{
color: #06546A;
}
.AnyTagClassName
{
color: #06546A;
}
</style>
background-color css
<style>
a { background-color: #06546A; }
a { background-color: rgb(6,84,106); }
div.DivClassName
{
background-color: #06546A;
}
.BgClassName
{
background-color: #06546A;
}
</style>
border-color css
<style>
span { border-color: #06546A; }
span { border-color: rgb(6,84,106); }
td.TdClassName
{
border-color: #06546A;
}
.TagClassName
{
border-color: #06546A;
}
</style>