Shades of Blue Lagoon #06536D
Tints of Blue Lagoon #06536D
RGB
CMYK
RGB Variations
Color information
#06536D (or 0x06536D) is known color: Blue Lagoon. HEX triplet: 06, 53 and 6D. RGB value is (6,83,109). Sum of RGB (Red+Green+Blue) = 6+83+109=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #06536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06536D is #F9AC92. Grayscale: #3E3E3E. Windows color (decimal): -16362643 or 7164678. OLE color: 7164678.
HSL color Cylindrical-coordinate representation of color #06536D: hue angle of 195.15º 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 #06536D is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 83 | 109 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.57 |
| HSL | 195.15º | 0.9% | 0.23% | - |
| HSV(B) | 195.15º | 0.94% | 0.43% | - |
| XYZ | 5.93 | 7.33 | 15.57 | - |
| YUV | 62.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 109 | 0.94 | 0.24 | 0 | 0.57 | 195.15 | 0.9 | 0.23 |
| Hex | 6 | 53 | 6D | 5E | 18 | 0 | 39 | C3 | 5A | 17 |
| Octal | 6 | 123 | 155 | 136 | 30 | 0 | 71 | 303 | 132 | 27 |
| Binary | 110 | 1010011 | 1101101 | 1011110 | 11000 | 0 | 111001 | 11000011 | 1011010 | 10111 |
Color Harmonies of #06536D
Complementary color
Monochromatic Colors of #06536D
Black with #06536D
Text Example
Text Example
White with #06536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06536D; }
p { color: rgb(6,83,109); }
H1.HeaderClassName
{
color: #06536D;
}
.AnyTagClassName
{
color: #06536D;
}
</style>
background-color css
<style>
a { background-color: #06536D; }
a { background-color: rgb(6,83,109); }
div.DivClassName
{
background-color: #06536D;
}
.BgClassName
{
background-color: #06536D;
}
</style>
border-color css
<style>
span { border-color: #06536D; }
span { border-color: rgb(6,83,109); }
td.TdClassName
{
border-color: #06536D;
}
.TagClassName
{
border-color: #06536D;
}
</style>