Shades of Blue Lagoon #066071
Tints of Blue Lagoon #066071
RGB
CMYK
RGB Variations
Color information
#066071 (or 0x066071) is known color: Blue Lagoon. HEX triplet: 06, 60 and 71. RGB value is (6,96,113). Sum of RGB (Red+Green+Blue) = 6+96+113=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #066071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066071 is #F99F8E. Grayscale: #464646. Windows color (decimal): -16359311 or 7430150. OLE color: 7430150.
HSL color Cylindrical-coordinate representation of color #066071: hue angle of 189.53º 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 #066071 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 96 | 113 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.56 |
| HSL | 189.53º | 0.9% | 0.23% | - |
| HSV(B) | 189.53º | 0.95% | 0.44% | - |
| XYZ | 7.24 | 9.6 | 17.09 | - |
| YUV | 71.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 113 | 0.95 | 0.15 | 0 | 0.56 | 189.53 | 0.9 | 0.23 |
| Hex | 6 | 60 | 71 | 5F | F | 0 | 38 | BE | 5A | 17 |
| Octal | 6 | 140 | 161 | 137 | 17 | 0 | 70 | 276 | 132 | 27 |
| Binary | 110 | 1100000 | 1110001 | 1011111 | 1111 | 0 | 111000 | 10111110 | 1011010 | 10111 |
Color Harmonies of #066071
Complementary color
Monochromatic Colors of #066071
Black with #066071
Text Example
Text Example
White with #066071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066071; }
p { color: rgb(6,96,113); }
H1.HeaderClassName
{
color: #066071;
}
.AnyTagClassName
{
color: #066071;
}
</style>
background-color css
<style>
a { background-color: #066071; }
a { background-color: rgb(6,96,113); }
div.DivClassName
{
background-color: #066071;
}
.BgClassName
{
background-color: #066071;
}
</style>
border-color css
<style>
span { border-color: #066071; }
span { border-color: rgb(6,96,113); }
td.TdClassName
{
border-color: #066071;
}
.TagClassName
{
border-color: #066071;
}
</style>