Shades of Blue Lagoon #06536A
Tints of Blue Lagoon #06536A
RGB
CMYK
RGB Variations
Color information
#06536A (or 0x06536A) is known color: Blue Lagoon. HEX triplet: 06, 53 and 6A. RGB value is (6,83,106). Sum of RGB (Red+Green+Blue) = 6+83+106=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #06536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06536A is #F9AC95. Grayscale: #3E3E3E. Windows color (decimal): -16362646 or 6968070. OLE color: 6968070.
HSL color Cylindrical-coordinate representation of color #06536A: hue angle of 193.8º 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 #06536A is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 83 | 106 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.58 |
| HSL | 193.8º | 0.89% | 0.22% | - |
| HSV(B) | 193.8º | 0.94% | 0.42% | - |
| XYZ | 5.77 | 7.27 | 14.73 | - |
| YUV | 62.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 106 | 0.94 | 0.22 | 0 | 0.58 | 193.8 | 0.89 | 0.22 |
| Hex | 6 | 53 | 6A | 5E | 16 | 0 | 3A | C2 | 59 | 16 |
| Octal | 6 | 123 | 152 | 136 | 26 | 0 | 72 | 302 | 131 | 26 |
| Binary | 110 | 1010011 | 1101010 | 1011110 | 10110 | 0 | 111010 | 11000010 | 1011001 | 10110 |
Color Harmonies of #06536A
Complementary color
Monochromatic Colors of #06536A
Black with #06536A
Text Example
Text Example
White with #06536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06536A; }
p { color: rgb(6,83,106); }
H1.HeaderClassName
{
color: #06536A;
}
.AnyTagClassName
{
color: #06536A;
}
</style>
background-color css
<style>
a { background-color: #06536A; }
a { background-color: rgb(6,83,106); }
div.DivClassName
{
background-color: #06536A;
}
.BgClassName
{
background-color: #06536A;
}
</style>
border-color css
<style>
span { border-color: #06536A; }
span { border-color: rgb(6,83,106); }
td.TdClassName
{
border-color: #06536A;
}
.TagClassName
{
border-color: #06536A;
}
</style>