Shades of Blue Lagoon #066170
Tints of Blue Lagoon #066170
RGB
CMYK
RGB Variations
Color information
#066170 (or 0x066170) is known color: Blue Lagoon. HEX triplet: 06, 61 and 70. RGB value is (6,97,112). Sum of RGB (Red+Green+Blue) = 6+97+112=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #066170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066170 is #F99E8F. Grayscale: #474747. Windows color (decimal): -16359056 or 7364870. OLE color: 7364870.
HSL color Cylindrical-coordinate representation of color #066170: hue angle of 188.49º 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 #066170 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 97 | 112 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.56 |
| HSL | 188.49º | 0.9% | 0.23% | - |
| HSV(B) | 188.49º | 0.95% | 0.44% | - |
| XYZ | 7.27 | 9.76 | 16.83 | - |
| YUV | 71.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 112 | 0.95 | 0.13 | 0 | 0.56 | 188.49 | 0.9 | 0.23 |
| Hex | 6 | 61 | 70 | 5F | D | 0 | 38 | BC | 5A | 17 |
| Octal | 6 | 141 | 160 | 137 | 15 | 0 | 70 | 274 | 132 | 27 |
| Binary | 110 | 1100001 | 1110000 | 1011111 | 1101 | 0 | 111000 | 10111100 | 1011010 | 10111 |
Color Harmonies of #066170
Complementary color
Monochromatic Colors of #066170
Black with #066170
Text Example
Text Example
White with #066170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066170; }
p { color: rgb(6,97,112); }
H1.HeaderClassName
{
color: #066170;
}
.AnyTagClassName
{
color: #066170;
}
</style>
background-color css
<style>
a { background-color: #066170; }
a { background-color: rgb(6,97,112); }
div.DivClassName
{
background-color: #066170;
}
.BgClassName
{
background-color: #066170;
}
</style>
border-color css
<style>
span { border-color: #066170; }
span { border-color: rgb(6,97,112); }
td.TdClassName
{
border-color: #066170;
}
.TagClassName
{
border-color: #066170;
}
</style>