Shades of Blue Lagoon #066871
Tints of Blue Lagoon #066871
RGB
CMYK
RGB Variations
Color information
#066871 (or 0x066871) is known color: Blue Lagoon. HEX triplet: 06, 68 and 71. RGB value is (6,104,113). Sum of RGB (Red+Green+Blue) = 6+104+113=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #066871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066871 is #F9978E. Grayscale: #4B4B4B. Windows color (decimal): -16357263 or 7432198. OLE color: 7432198.
HSL color Cylindrical-coordinate representation of color #066871: hue angle of 185.05º 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 #066871 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 104 | 113 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.56 |
| HSL | 185.05º | 0.9% | 0.23% | - |
| HSV(B) | 185.05º | 0.95% | 0.44% | - |
| XYZ | 8.01 | 11.13 | 17.35 | - |
| YUV | 75.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 113 | 0.95 | 0.08 | 0 | 0.56 | 185.05 | 0.9 | 0.23 |
| Hex | 6 | 68 | 71 | 5F | 8 | 0 | 38 | B9 | 5A | 17 |
| Octal | 6 | 150 | 161 | 137 | 10 | 0 | 70 | 271 | 132 | 27 |
| Binary | 110 | 1101000 | 1110001 | 1011111 | 1000 | 0 | 111000 | 10111001 | 1011010 | 10111 |
Color Harmonies of #066871
Complementary color
Monochromatic Colors of #066871
Black with #066871
Text Example
Text Example
White with #066871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066871; }
p { color: rgb(6,104,113); }
H1.HeaderClassName
{
color: #066871;
}
.AnyTagClassName
{
color: #066871;
}
</style>
background-color css
<style>
a { background-color: #066871; }
a { background-color: rgb(6,104,113); }
div.DivClassName
{
background-color: #066871;
}
.BgClassName
{
background-color: #066871;
}
</style>
border-color css
<style>
span { border-color: #066871; }
span { border-color: rgb(6,104,113); }
td.TdClassName
{
border-color: #066871;
}
.TagClassName
{
border-color: #066871;
}
</style>