Shades of Blue Lagoon #066770
Tints of Blue Lagoon #066770
RGB
CMYK
RGB Variations
Color information
#066770 (or 0x066770) is known color: Blue Lagoon. HEX triplet: 06, 67 and 70. RGB value is (6,103,112). Sum of RGB (Red+Green+Blue) = 6+103+112=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #066770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066770 is #F9988F. Grayscale: #4A4A4A. Windows color (decimal): -16357520 or 7366406. OLE color: 7366406.
HSL color Cylindrical-coordinate representation of color #066770: hue angle of 185.09º 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 #066770 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 103 | 112 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.56 |
| HSL | 185.09º | 0.9% | 0.23% | - |
| HSV(B) | 185.09º | 0.95% | 0.44% | - |
| XYZ | 7.85 | 10.91 | 17.02 | - |
| YUV | 75.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 112 | 0.95 | 0.08 | 0 | 0.56 | 185.09 | 0.9 | 0.23 |
| Hex | 6 | 67 | 70 | 5F | 8 | 0 | 38 | B9 | 5A | 17 |
| Octal | 6 | 147 | 160 | 137 | 10 | 0 | 70 | 271 | 132 | 27 |
| Binary | 110 | 1100111 | 1110000 | 1011111 | 1000 | 0 | 111000 | 10111001 | 1011010 | 10111 |
Color Harmonies of #066770
Complementary color
Monochromatic Colors of #066770
Black with #066770
Text Example
Text Example
White with #066770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066770; }
p { color: rgb(6,103,112); }
H1.HeaderClassName
{
color: #066770;
}
.AnyTagClassName
{
color: #066770;
}
</style>
background-color css
<style>
a { background-color: #066770; }
a { background-color: rgb(6,103,112); }
div.DivClassName
{
background-color: #066770;
}
.BgClassName
{
background-color: #066770;
}
</style>
border-color css
<style>
span { border-color: #066770; }
span { border-color: rgb(6,103,112); }
td.TdClassName
{
border-color: #066770;
}
.TagClassName
{
border-color: #066770;
}
</style>