Shades of Blue Lagoon #066E7D
Tints of Blue Lagoon #066E7D
RGB
CMYK
RGB Variations
Color information
#066E7D (or 0x066E7D) is known color: Blue Lagoon. HEX triplet: 06, 6E and 7D. RGB value is (6,110,125). Sum of RGB (Red+Green+Blue) = 6+110+125=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #066E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E7D is #F99182. Grayscale: #505050. Windows color (decimal): -16355715 or 8220166. OLE color: 8220166.
HSL color Cylindrical-coordinate representation of color #066E7D: hue angle of 187.56º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E7D is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 110 | 125 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.51 |
| HSL | 187.56º | 0.91% | 0.26% | - |
| HSV(B) | 187.56º | 0.95% | 0.49% | - |
| XYZ | 9.35 | 12.67 | 21.35 | - |
| YUV | 80.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 125 | 0.95 | 0.12 | 0 | 0.51 | 187.56 | 0.91 | 0.26 |
| Hex | 6 | 6E | 7D | 5F | C | 0 | 33 | BC | 5B | 1A |
| Octal | 6 | 156 | 175 | 137 | 14 | 0 | 63 | 274 | 133 | 32 |
| Binary | 110 | 1101110 | 1111101 | 1011111 | 1100 | 0 | 110011 | 10111100 | 1011011 | 11010 |
Color Harmonies of #066E7D
Complementary color
Monochromatic Colors of #066E7D
Black with #066E7D
Text Example
Text Example
White with #066E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E7D; }
p { color: rgb(6,110,125); }
H1.HeaderClassName
{
color: #066E7D;
}
.AnyTagClassName
{
color: #066E7D;
}
</style>
background-color css
<style>
a { background-color: #066E7D; }
a { background-color: rgb(6,110,125); }
div.DivClassName
{
background-color: #066E7D;
}
.BgClassName
{
background-color: #066E7D;
}
</style>
border-color css
<style>
span { border-color: #066E7D; }
span { border-color: rgb(6,110,125); }
td.TdClassName
{
border-color: #066E7D;
}
.TagClassName
{
border-color: #066E7D;
}
</style>