Shades of Blue Lagoon #066186
Tints of Blue Lagoon #066186
RGB
CMYK
RGB Variations
Color information
#066186 (or 0x066186) is known color: Blue Lagoon. HEX triplet: 06, 61 and 86. RGB value is (6,97,134). Sum of RGB (Red+Green+Blue) = 6+97+134=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #066186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066186 is #F99E79. Grayscale: #494949. Windows color (decimal): -16359034 or 8806662. OLE color: 8806662.
HSL color Cylindrical-coordinate representation of color #066186: hue angle of 197.34º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066186 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 97 | 134 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.47 |
| HSL | 197.34º | 0.91% | 0.27% | - |
| HSV(B) | 197.34º | 0.96% | 0.53% | - |
| XYZ | 8.65 | 10.31 | 24.09 | - |
| YUV | 74.01 | 161.85 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 134 | 0.96 | 0.28 | 0 | 0.47 | 197.34 | 0.91 | 0.27 |
| Hex | 6 | 61 | 86 | 60 | 1C | 0 | 2F | C5 | 5B | 1B |
| Octal | 6 | 141 | 206 | 140 | 34 | 0 | 57 | 305 | 133 | 33 |
| Binary | 110 | 1100001 | 10000110 | 1100000 | 11100 | 0 | 101111 | 11000101 | 1011011 | 11011 |
Color Harmonies of #066186
Complementary color
Monochromatic Colors of #066186
Black with #066186
Text Example
Text Example
White with #066186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066186; }
p { color: rgb(6,97,134); }
H1.HeaderClassName
{
color: #066186;
}
.AnyTagClassName
{
color: #066186;
}
</style>
background-color css
<style>
a { background-color: #066186; }
a { background-color: rgb(6,97,134); }
div.DivClassName
{
background-color: #066186;
}
.BgClassName
{
background-color: #066186;
}
</style>
border-color css
<style>
span { border-color: #066186; }
span { border-color: rgb(6,97,134); }
td.TdClassName
{
border-color: #066186;
}
.TagClassName
{
border-color: #066186;
}
</style>