Shades of Blue Lagoon #066471
Tints of Blue Lagoon #066471
RGB
CMYK
RGB Variations
Color information
#066471 (or 0x066471) is known color: Blue Lagoon. HEX triplet: 06, 64 and 71. RGB value is (6,100,113). Sum of RGB (Red+Green+Blue) = 6+100+113=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #066471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066471 is #F99B8E. Grayscale: #494949. Windows color (decimal): -16358287 or 7431174. OLE color: 7431174.
HSL color Cylindrical-coordinate representation of color #066471: hue angle of 187.29º 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 #066471 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 100 | 113 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.56 |
| HSL | 187.29º | 0.9% | 0.23% | - |
| HSV(B) | 187.29º | 0.95% | 0.44% | - |
| XYZ | 7.61 | 10.35 | 17.22 | - |
| YUV | 73.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 113 | 0.95 | 0.12 | 0 | 0.56 | 187.29 | 0.9 | 0.23 |
| Hex | 6 | 64 | 71 | 5F | C | 0 | 38 | BB | 5A | 17 |
| Octal | 6 | 144 | 161 | 137 | 14 | 0 | 70 | 273 | 132 | 27 |
| Binary | 110 | 1100100 | 1110001 | 1011111 | 1100 | 0 | 111000 | 10111011 | 1011010 | 10111 |
Color Harmonies of #066471
Complementary color
Monochromatic Colors of #066471
Black with #066471
Text Example
Text Example
White with #066471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066471; }
p { color: rgb(6,100,113); }
H1.HeaderClassName
{
color: #066471;
}
.AnyTagClassName
{
color: #066471;
}
</style>
background-color css
<style>
a { background-color: #066471; }
a { background-color: rgb(6,100,113); }
div.DivClassName
{
background-color: #066471;
}
.BgClassName
{
background-color: #066471;
}
</style>
border-color css
<style>
span { border-color: #066471; }
span { border-color: rgb(6,100,113); }
td.TdClassName
{
border-color: #066471;
}
.TagClassName
{
border-color: #066471;
}
</style>