Shades of Blue Lagoon #066972
Tints of Blue Lagoon #066972
RGB
CMYK
RGB Variations
Color information
#066972 (or 0x066972) is known color: Blue Lagoon. HEX triplet: 06, 69 and 72. RGB value is (6,105,114). Sum of RGB (Red+Green+Blue) = 6+105+114=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #066972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066972 is #F9968D. Grayscale: #4C4C4C. Windows color (decimal): -16357006 or 7497990. OLE color: 7497990.
HSL color Cylindrical-coordinate representation of color #066972: hue angle of 185º 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 #066972 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 105 | 114 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.55 |
| HSL | 185º | 0.9% | 0.24% | - |
| HSV(B) | 185º | 0.95% | 0.45% | - |
| XYZ | 8.16 | 11.36 | 17.68 | - |
| YUV | 76.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 114 | 0.95 | 0.08 | 0 | 0.55 | 185 | 0.9 | 0.24 |
| Hex | 6 | 69 | 72 | 5F | 8 | 0 | 37 | B9 | 5A | 18 |
| Octal | 6 | 151 | 162 | 137 | 10 | 0 | 67 | 271 | 132 | 30 |
| Binary | 110 | 1101001 | 1110010 | 1011111 | 1000 | 0 | 110111 | 10111001 | 1011010 | 11000 |
Color Harmonies of #066972
Complementary color
Monochromatic Colors of #066972
Black with #066972
Text Example
Text Example
White with #066972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066972; }
p { color: rgb(6,105,114); }
H1.HeaderClassName
{
color: #066972;
}
.AnyTagClassName
{
color: #066972;
}
</style>
background-color css
<style>
a { background-color: #066972; }
a { background-color: rgb(6,105,114); }
div.DivClassName
{
background-color: #066972;
}
.BgClassName
{
background-color: #066972;
}
</style>
border-color css
<style>
span { border-color: #066972; }
span { border-color: rgb(6,105,114); }
td.TdClassName
{
border-color: #066972;
}
.TagClassName
{
border-color: #066972;
}
</style>