Shades of Blue Lagoon #066572
Tints of Blue Lagoon #066572
RGB
CMYK
RGB Variations
Color information
#066572 (or 0x066572) is known color: Blue Lagoon. HEX triplet: 06, 65 and 72. RGB value is (6,101,114). Sum of RGB (Red+Green+Blue) = 6+101+114=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #066572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066572 is #F99A8D. Grayscale: #494949. Windows color (decimal): -16358030 or 7496966. OLE color: 7496966.
HSL color Cylindrical-coordinate representation of color #066572: hue angle of 187.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066572 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 101 | 114 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.55 |
| HSL | 187.22º | 0.9% | 0.24% | - |
| HSV(B) | 187.22º | 0.95% | 0.45% | - |
| XYZ | 7.77 | 10.56 | 17.55 | - |
| YUV | 74.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 114 | 0.95 | 0.11 | 0 | 0.55 | 187.22 | 0.9 | 0.24 |
| Hex | 6 | 65 | 72 | 5F | B | 0 | 37 | BB | 5A | 18 |
| Octal | 6 | 145 | 162 | 137 | 13 | 0 | 67 | 273 | 132 | 30 |
| Binary | 110 | 1100101 | 1110010 | 1011111 | 1011 | 0 | 110111 | 10111011 | 1011010 | 11000 |
Color Harmonies of #066572
Complementary color
Monochromatic Colors of #066572
Black with #066572
Text Example
Text Example
White with #066572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066572; }
p { color: rgb(6,101,114); }
H1.HeaderClassName
{
color: #066572;
}
.AnyTagClassName
{
color: #066572;
}
</style>
background-color css
<style>
a { background-color: #066572; }
a { background-color: rgb(6,101,114); }
div.DivClassName
{
background-color: #066572;
}
.BgClassName
{
background-color: #066572;
}
</style>
border-color css
<style>
span { border-color: #066572; }
span { border-color: rgb(6,101,114); }
td.TdClassName
{
border-color: #066572;
}
.TagClassName
{
border-color: #066572;
}
</style>