Shades of Blue Lagoon #06636B
Tints of Blue Lagoon #06636B
RGB
CMYK
RGB Variations
Color information
#06636B (or 0x06636B) is known color: Blue Lagoon. HEX triplet: 06, 63 and 6B. RGB value is (6,99,107). Sum of RGB (Red+Green+Blue) = 6+99+107=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #06636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06636B is #F99C94. Grayscale: #474747. Windows color (decimal): -16358549 or 7037702. OLE color: 7037702.
HSL color Cylindrical-coordinate representation of color #06636B: hue angle of 184.75º 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 #06636B is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 99 | 107 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.58 |
| HSL | 184.75º | 0.89% | 0.22% | - |
| HSV(B) | 184.75º | 0.94% | 0.42% | - |
| XYZ | 7.19 | 10.02 | 15.47 | - |
| YUV | 72.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 107 | 0.94 | 0.07 | 0 | 0.58 | 184.75 | 0.89 | 0.22 |
| Hex | 6 | 63 | 6B | 5E | 7 | 0 | 3A | B9 | 59 | 16 |
| Octal | 6 | 143 | 153 | 136 | 7 | 0 | 72 | 271 | 131 | 26 |
| Binary | 110 | 1100011 | 1101011 | 1011110 | 111 | 0 | 111010 | 10111001 | 1011001 | 10110 |
Color Harmonies of #06636B
Complementary color
Monochromatic Colors of #06636B
Black with #06636B
Text Example
Text Example
White with #06636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06636B; }
p { color: rgb(6,99,107); }
H1.HeaderClassName
{
color: #06636B;
}
.AnyTagClassName
{
color: #06636B;
}
</style>
background-color css
<style>
a { background-color: #06636B; }
a { background-color: rgb(6,99,107); }
div.DivClassName
{
background-color: #06636B;
}
.BgClassName
{
background-color: #06636B;
}
</style>
border-color css
<style>
span { border-color: #06636B; }
span { border-color: rgb(6,99,107); }
td.TdClassName
{
border-color: #06636B;
}
.TagClassName
{
border-color: #06636B;
}
</style>