Shades of Blue Lagoon #066370
Tints of Blue Lagoon #066370
RGB
CMYK
RGB Variations
Color information
#066370 (or 0x066370) is known color: Blue Lagoon. HEX triplet: 06, 63 and 70. RGB value is (6,99,112). Sum of RGB (Red+Green+Blue) = 6+99+112=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #066370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066370 is #F99C8F. Grayscale: #484848. Windows color (decimal): -16358544 or 7365382. OLE color: 7365382.
HSL color Cylindrical-coordinate representation of color #066370: hue angle of 187.36º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066370 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 99 | 112 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.56 |
| HSL | 187.36º | 0.9% | 0.23% | - |
| HSV(B) | 187.36º | 0.95% | 0.44% | - |
| XYZ | 7.46 | 10.13 | 16.89 | - |
| YUV | 72.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 112 | 0.95 | 0.12 | 0 | 0.56 | 187.36 | 0.9 | 0.23 |
| Hex | 6 | 63 | 70 | 5F | C | 0 | 38 | BB | 5A | 17 |
| Octal | 6 | 143 | 160 | 137 | 14 | 0 | 70 | 273 | 132 | 27 |
| Binary | 110 | 1100011 | 1110000 | 1011111 | 1100 | 0 | 111000 | 10111011 | 1011010 | 10111 |
Color Harmonies of #066370
Complementary color
Monochromatic Colors of #066370
Black with #066370
Text Example
Text Example
White with #066370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066370; }
p { color: rgb(6,99,112); }
H1.HeaderClassName
{
color: #066370;
}
.AnyTagClassName
{
color: #066370;
}
</style>
background-color css
<style>
a { background-color: #066370; }
a { background-color: rgb(6,99,112); }
div.DivClassName
{
background-color: #066370;
}
.BgClassName
{
background-color: #066370;
}
</style>
border-color css
<style>
span { border-color: #066370; }
span { border-color: rgb(6,99,112); }
td.TdClassName
{
border-color: #066370;
}
.TagClassName
{
border-color: #066370;
}
</style>