Shades of Blue Lagoon #06637D
Tints of Blue Lagoon #06637D
RGB
CMYK
RGB Variations
Color information
#06637D (or 0x06637D) is known color: Blue Lagoon. HEX triplet: 06, 63 and 7D. RGB value is (6,99,125). Sum of RGB (Red+Green+Blue) = 6+99+125=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #06637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06637D is #F99C82. Grayscale: #494949. Windows color (decimal): -16358531 or 8217350. OLE color: 8217350.
HSL color Cylindrical-coordinate representation of color #06637D: hue angle of 193.11º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06637D is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 99 | 125 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.51 |
| HSL | 193.11º | 0.91% | 0.26% | - |
| HSV(B) | 193.11º | 0.95% | 0.49% | - |
| XYZ | 8.24 | 10.44 | 20.98 | - |
| YUV | 74.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 125 | 0.95 | 0.21 | 0 | 0.51 | 193.11 | 0.91 | 0.26 |
| Hex | 6 | 63 | 7D | 5F | 15 | 0 | 33 | C1 | 5B | 1A |
| Octal | 6 | 143 | 175 | 137 | 25 | 0 | 63 | 301 | 133 | 32 |
| Binary | 110 | 1100011 | 1111101 | 1011111 | 10101 | 0 | 110011 | 11000001 | 1011011 | 11010 |
Color Harmonies of #06637D
Complementary color
Monochromatic Colors of #06637D
Black with #06637D
Text Example
Text Example
White with #06637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06637D; }
p { color: rgb(6,99,125); }
H1.HeaderClassName
{
color: #06637D;
}
.AnyTagClassName
{
color: #06637D;
}
</style>
background-color css
<style>
a { background-color: #06637D; }
a { background-color: rgb(6,99,125); }
div.DivClassName
{
background-color: #06637D;
}
.BgClassName
{
background-color: #06637D;
}
</style>
border-color css
<style>
span { border-color: #06637D; }
span { border-color: rgb(6,99,125); }
td.TdClassName
{
border-color: #06637D;
}
.TagClassName
{
border-color: #06637D;
}
</style>