Shades of Blue Lagoon #066874
Tints of Blue Lagoon #066874
RGB
CMYK
RGB Variations
Color information
#066874 (or 0x066874) is known color: Blue Lagoon. HEX triplet: 06, 68 and 74. RGB value is (6,104,116). Sum of RGB (Red+Green+Blue) = 6+104+116=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #066874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066874 is #F9978B. Grayscale: #4B4B4B. Windows color (decimal): -16357260 or 7628806. OLE color: 7628806.
HSL color Cylindrical-coordinate representation of color #066874: hue angle of 186.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066874 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 104 | 116 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.55 |
| HSL | 186.55º | 0.9% | 0.24% | - |
| HSV(B) | 186.55º | 0.95% | 0.45% | - |
| XYZ | 8.18 | 11.2 | 18.25 | - |
| YUV | 76.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 116 | 0.95 | 0.10 | 0 | 0.55 | 186.55 | 0.9 | 0.24 |
| Hex | 6 | 68 | 74 | 5F | A | 0 | 37 | BB | 5A | 18 |
| Octal | 6 | 150 | 164 | 137 | 12 | 0 | 67 | 273 | 132 | 30 |
| Binary | 110 | 1101000 | 1110100 | 1011111 | 1010 | 0 | 110111 | 10111011 | 1011010 | 11000 |
Color Harmonies of #066874
Complementary color
Monochromatic Colors of #066874
Black with #066874
Text Example
Text Example
White with #066874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066874; }
p { color: rgb(6,104,116); }
H1.HeaderClassName
{
color: #066874;
}
.AnyTagClassName
{
color: #066874;
}
</style>
background-color css
<style>
a { background-color: #066874; }
a { background-color: rgb(6,104,116); }
div.DivClassName
{
background-color: #066874;
}
.BgClassName
{
background-color: #066874;
}
</style>
border-color css
<style>
span { border-color: #066874; }
span { border-color: rgb(6,104,116); }
td.TdClassName
{
border-color: #066874;
}
.TagClassName
{
border-color: #066874;
}
</style>