Shades of Blue Lagoon #066980
Tints of Blue Lagoon #066980
RGB
CMYK
RGB Variations
Color information
#066980 (or 0x066980) is known color: Blue Lagoon. HEX triplet: 06, 69 and 80. RGB value is (6,105,128). Sum of RGB (Red+Green+Blue) = 6+105+128=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #066980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066980 is #F9967F. Grayscale: #4D4D4D. Windows color (decimal): -16356992 or 8415494. OLE color: 8415494.
HSL color Cylindrical-coordinate representation of color #066980: hue angle of 191.31º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066980 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 105 | 128 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.50 |
| HSL | 191.31º | 0.91% | 0.26% | - |
| HSV(B) | 191.31º | 0.95% | 0.5% | - |
| XYZ | 9.02 | 11.7 | 22.2 | - |
| YUV | 78.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 128 | 0.95 | 0.18 | 0 | 0.50 | 191.31 | 0.91 | 0.26 |
| Hex | 6 | 69 | 80 | 5F | 12 | 0 | 32 | BF | 5B | 1A |
| Octal | 6 | 151 | 200 | 137 | 22 | 0 | 62 | 277 | 133 | 32 |
| Binary | 110 | 1101001 | 10000000 | 1011111 | 10010 | 0 | 110010 | 10111111 | 1011011 | 11010 |
Color Harmonies of #066980
Complementary color
Monochromatic Colors of #066980
Black with #066980
Text Example
Text Example
White with #066980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066980; }
p { color: rgb(6,105,128); }
H1.HeaderClassName
{
color: #066980;
}
.AnyTagClassName
{
color: #066980;
}
</style>
background-color css
<style>
a { background-color: #066980; }
a { background-color: rgb(6,105,128); }
div.DivClassName
{
background-color: #066980;
}
.BgClassName
{
background-color: #066980;
}
</style>
border-color css
<style>
span { border-color: #066980; }
span { border-color: rgb(6,105,128); }
td.TdClassName
{
border-color: #066980;
}
.TagClassName
{
border-color: #066980;
}
</style>