Shades of Blue Lagoon #066870
Tints of Blue Lagoon #066870
RGB
CMYK
RGB Variations
Color information
#066870 (or 0x066870) is known color: Blue Lagoon. HEX triplet: 06, 68 and 70. RGB value is (6,104,112). Sum of RGB (Red+Green+Blue) = 6+104+112=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #066870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066870 is #F9978F. Grayscale: #4B4B4B. Windows color (decimal): -16357264 or 7366662. OLE color: 7366662.
HSL color Cylindrical-coordinate representation of color #066870: hue angle of 184.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 #066870 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 104 | 112 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.56 |
| HSL | 184.53º | 0.9% | 0.23% | - |
| HSV(B) | 184.53º | 0.95% | 0.44% | - |
| XYZ | 7.95 | 11.11 | 17.05 | - |
| YUV | 75.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 112 | 0.95 | 0.07 | 0 | 0.56 | 184.53 | 0.9 | 0.23 |
| Hex | 6 | 68 | 70 | 5F | 7 | 0 | 38 | B9 | 5A | 17 |
| Octal | 6 | 150 | 160 | 137 | 7 | 0 | 70 | 271 | 132 | 27 |
| Binary | 110 | 1101000 | 1110000 | 1011111 | 111 | 0 | 111000 | 10111001 | 1011010 | 10111 |
Color Harmonies of #066870
Complementary color
Monochromatic Colors of #066870
Black with #066870
Text Example
Text Example
White with #066870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066870; }
p { color: rgb(6,104,112); }
H1.HeaderClassName
{
color: #066870;
}
.AnyTagClassName
{
color: #066870;
}
</style>
background-color css
<style>
a { background-color: #066870; }
a { background-color: rgb(6,104,112); }
div.DivClassName
{
background-color: #066870;
}
.BgClassName
{
background-color: #066870;
}
</style>
border-color css
<style>
span { border-color: #066870; }
span { border-color: rgb(6,104,112); }
td.TdClassName
{
border-color: #066870;
}
.TagClassName
{
border-color: #066870;
}
</style>