Shades of Blue Lagoon #06636D
Tints of Blue Lagoon #06636D
RGB
CMYK
RGB Variations
Color information
#06636D (or 0x06636D) is known color: Blue Lagoon. HEX triplet: 06, 63 and 6D. RGB value is (6,99,109). Sum of RGB (Red+Green+Blue) = 6+99+109=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #06636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06636D is #F99C92. Grayscale: #484848. Windows color (decimal): -16358547 or 7168774. OLE color: 7168774.
HSL color Cylindrical-coordinate representation of color #06636D: hue angle of 185.83º 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 #06636D is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 99 | 109 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.57 |
| HSL | 185.83º | 0.9% | 0.23% | - |
| HSV(B) | 185.83º | 0.94% | 0.43% | - |
| XYZ | 7.3 | 10.07 | 16.03 | - |
| YUV | 72.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 109 | 0.94 | 0.09 | 0 | 0.57 | 185.83 | 0.9 | 0.23 |
| Hex | 6 | 63 | 6D | 5E | 9 | 0 | 39 | BA | 5A | 17 |
| Octal | 6 | 143 | 155 | 136 | 11 | 0 | 71 | 272 | 132 | 27 |
| Binary | 110 | 1100011 | 1101101 | 1011110 | 1001 | 0 | 111001 | 10111010 | 1011010 | 10111 |
Color Harmonies of #06636D
Complementary color
Monochromatic Colors of #06636D
Black with #06636D
Text Example
Text Example
White with #06636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06636D; }
p { color: rgb(6,99,109); }
H1.HeaderClassName
{
color: #06636D;
}
.AnyTagClassName
{
color: #06636D;
}
</style>
background-color css
<style>
a { background-color: #06636D; }
a { background-color: rgb(6,99,109); }
div.DivClassName
{
background-color: #06636D;
}
.BgClassName
{
background-color: #06636D;
}
</style>
border-color css
<style>
span { border-color: #06636D; }
span { border-color: rgb(6,99,109); }
td.TdClassName
{
border-color: #06636D;
}
.TagClassName
{
border-color: #06636D;
}
</style>