Shades of Blue Lagoon #066973
Tints of Blue Lagoon #066973
RGB
CMYK
RGB Variations
Color information
#066973 (or 0x066973) is known color: Blue Lagoon. HEX triplet: 06, 69 and 73. RGB value is (6,105,115). Sum of RGB (Red+Green+Blue) = 6+105+115=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #066973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066973 is #F9968C. Grayscale: #4C4C4C. Windows color (decimal): -16357005 or 7563526. OLE color: 7563526.
HSL color Cylindrical-coordinate representation of color #066973: hue angle of 185.5º 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 #066973 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 105 | 115 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.55 |
| HSL | 185.5º | 0.9% | 0.24% | - |
| HSV(B) | 185.5º | 0.95% | 0.45% | - |
| XYZ | 8.22 | 11.38 | 17.98 | - |
| YUV | 76.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 115 | 0.95 | 0.09 | 0 | 0.55 | 185.5 | 0.9 | 0.24 |
| Hex | 6 | 69 | 73 | 5F | 9 | 0 | 37 | BA | 5A | 18 |
| Octal | 6 | 151 | 163 | 137 | 11 | 0 | 67 | 272 | 132 | 30 |
| Binary | 110 | 1101001 | 1110011 | 1011111 | 1001 | 0 | 110111 | 10111010 | 1011010 | 11000 |
Color Harmonies of #066973
Complementary color
Monochromatic Colors of #066973
Black with #066973
Text Example
Text Example
White with #066973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066973; }
p { color: rgb(6,105,115); }
H1.HeaderClassName
{
color: #066973;
}
.AnyTagClassName
{
color: #066973;
}
</style>
background-color css
<style>
a { background-color: #066973; }
a { background-color: rgb(6,105,115); }
div.DivClassName
{
background-color: #066973;
}
.BgClassName
{
background-color: #066973;
}
</style>
border-color css
<style>
span { border-color: #066973; }
span { border-color: rgb(6,105,115); }
td.TdClassName
{
border-color: #066973;
}
.TagClassName
{
border-color: #066973;
}
</style>