Shades of Blue Lagoon #06637F
Tints of Blue Lagoon #06637F
RGB
CMYK
RGB Variations
Color information
#06637F (or 0x06637F) is known color: Blue Lagoon. HEX triplet: 06, 63 and 7F. RGB value is (6,99,127). Sum of RGB (Red+Green+Blue) = 6+99+127=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #06637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06637F is #F99C80. Grayscale: #4A4A4A. Windows color (decimal): -16358529 or 8348422. OLE color: 8348422.
HSL color Cylindrical-coordinate representation of color #06637F: hue angle of 193.88º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06637F is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 99 | 127 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.50 |
| HSL | 193.88º | 0.91% | 0.26% | - |
| HSV(B) | 193.88º | 0.95% | 0.5% | - |
| XYZ | 8.37 | 10.49 | 21.66 | - |
| YUV | 74.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 127 | 0.95 | 0.22 | 0 | 0.50 | 193.88 | 0.91 | 0.26 |
| Hex | 6 | 63 | 7F | 5F | 16 | 0 | 32 | C2 | 5B | 1A |
| Octal | 6 | 143 | 177 | 137 | 26 | 0 | 62 | 302 | 133 | 32 |
| Binary | 110 | 1100011 | 1111111 | 1011111 | 10110 | 0 | 110010 | 11000010 | 1011011 | 11010 |
Color Harmonies of #06637F
Complementary color
Monochromatic Colors of #06637F
Black with #06637F
Text Example
Text Example
White with #06637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06637F; }
p { color: rgb(6,99,127); }
H1.HeaderClassName
{
color: #06637F;
}
.AnyTagClassName
{
color: #06637F;
}
</style>
background-color css
<style>
a { background-color: #06637F; }
a { background-color: rgb(6,99,127); }
div.DivClassName
{
background-color: #06637F;
}
.BgClassName
{
background-color: #06637F;
}
</style>
border-color css
<style>
span { border-color: #06637F; }
span { border-color: rgb(6,99,127); }
td.TdClassName
{
border-color: #06637F;
}
.TagClassName
{
border-color: #06637F;
}
</style>