Shades of Blue Lagoon #064E68
Tints of Blue Lagoon #064E68
RGB
CMYK
RGB Variations
Color information
#064E68 (or 0x064E68) is known color: Blue Lagoon. HEX triplet: 06, 4E and 68. RGB value is (6,78,104). Sum of RGB (Red+Green+Blue) = 6+78+104=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #064E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E68 is #F9B197. Grayscale: #3B3B3B. Windows color (decimal): -16363928 or 6835718. OLE color: 6835718.
HSL color Cylindrical-coordinate representation of color #064E68: hue angle of 195.92º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064E68 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 78 | 104 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.59 |
| HSL | 195.92º | 0.89% | 0.22% | - |
| HSV(B) | 195.92º | 0.94% | 0.41% | - |
| XYZ | 5.3 | 6.49 | 14.07 | - |
| YUV | 59.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 104 | 0.94 | 0.25 | 0 | 0.59 | 195.92 | 0.89 | 0.22 |
| Hex | 6 | 4E | 68 | 5E | 19 | 0 | 3B | C4 | 59 | 16 |
| Octal | 6 | 116 | 150 | 136 | 31 | 0 | 73 | 304 | 131 | 26 |
| Binary | 110 | 1001110 | 1101000 | 1011110 | 11001 | 0 | 111011 | 11000100 | 1011001 | 10110 |
Color Harmonies of #064E68
Complementary color
Monochromatic Colors of #064E68
Black with #064E68
Text Example
Text Example
White with #064E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E68; }
p { color: rgb(6,78,104); }
H1.HeaderClassName
{
color: #064E68;
}
.AnyTagClassName
{
color: #064E68;
}
</style>
background-color css
<style>
a { background-color: #064E68; }
a { background-color: rgb(6,78,104); }
div.DivClassName
{
background-color: #064E68;
}
.BgClassName
{
background-color: #064E68;
}
</style>
border-color css
<style>
span { border-color: #064E68; }
span { border-color: rgb(6,78,104); }
td.TdClassName
{
border-color: #064E68;
}
.TagClassName
{
border-color: #064E68;
}
</style>