Shades of Blue Lagoon #066478
Tints of Blue Lagoon #066478
RGB
CMYK
RGB Variations
Color information
#066478 (or 0x066478) is known color: Blue Lagoon. HEX triplet: 06, 64 and 78. RGB value is (6,100,120). Sum of RGB (Red+Green+Blue) = 6+100+120=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #066478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066478 is #F99B87. Grayscale: #4A4A4A. Windows color (decimal): -16358280 or 7889926. OLE color: 7889926.
HSL color Cylindrical-coordinate representation of color #066478: hue angle of 190.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066478 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 100 | 120 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.53 |
| HSL | 190.53º | 0.9% | 0.25% | - |
| HSV(B) | 190.53º | 0.95% | 0.47% | - |
| XYZ | 8.02 | 10.51 | 19.37 | - |
| YUV | 74.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 120 | 0.95 | 0.17 | 0 | 0.53 | 190.53 | 0.9 | 0.25 |
| Hex | 6 | 64 | 78 | 5F | 11 | 0 | 35 | BF | 5A | 19 |
| Octal | 6 | 144 | 170 | 137 | 21 | 0 | 65 | 277 | 132 | 31 |
| Binary | 110 | 1100100 | 1111000 | 1011111 | 10001 | 0 | 110101 | 10111111 | 1011010 | 11001 |
Color Harmonies of #066478
Complementary color
Monochromatic Colors of #066478
Black with #066478
Text Example
Text Example
White with #066478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066478; }
p { color: rgb(6,100,120); }
H1.HeaderClassName
{
color: #066478;
}
.AnyTagClassName
{
color: #066478;
}
</style>
background-color css
<style>
a { background-color: #066478; }
a { background-color: rgb(6,100,120); }
div.DivClassName
{
background-color: #066478;
}
.BgClassName
{
background-color: #066478;
}
</style>
border-color css
<style>
span { border-color: #066478; }
span { border-color: rgb(6,100,120); }
td.TdClassName
{
border-color: #066478;
}
.TagClassName
{
border-color: #066478;
}
</style>