Shades of Blue Lagoon #064E63
Tints of Blue Lagoon #064E63
RGB
CMYK
RGB Variations
Color information
#064E63 (or 0x064E63) is known color: Blue Lagoon. HEX triplet: 06, 4E and 63. RGB value is (6,78,99). Sum of RGB (Red+Green+Blue) = 6+78+99=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #064E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E63 is #F9B19C. Grayscale: #3A3A3A. Windows color (decimal): -16363933 or 6508038. OLE color: 6508038.
HSL color Cylindrical-coordinate representation of color #064E63: hue angle of 193.55º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064E63 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 78 | 99 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.61 |
| HSL | 193.55º | 0.89% | 0.21% | - |
| HSV(B) | 193.55º | 0.94% | 0.39% | - |
| XYZ | 5.05 | 6.39 | 12.77 | - |
| YUV | 58.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 99 | 0.94 | 0.21 | 0 | 0.61 | 193.55 | 0.89 | 0.21 |
| Hex | 6 | 4E | 63 | 5E | 15 | 0 | 3D | C2 | 59 | 15 |
| Octal | 6 | 116 | 143 | 136 | 25 | 0 | 75 | 302 | 131 | 25 |
| Binary | 110 | 1001110 | 1100011 | 1011110 | 10101 | 0 | 111101 | 11000010 | 1011001 | 10101 |
Color Harmonies of #064E63
Complementary color
Monochromatic Colors of #064E63
Black with #064E63
Text Example
Text Example
White with #064E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E63; }
p { color: rgb(6,78,99); }
H1.HeaderClassName
{
color: #064E63;
}
.AnyTagClassName
{
color: #064E63;
}
</style>
background-color css
<style>
a { background-color: #064E63; }
a { background-color: rgb(6,78,99); }
div.DivClassName
{
background-color: #064E63;
}
.BgClassName
{
background-color: #064E63;
}
</style>
border-color css
<style>
span { border-color: #064E63; }
span { border-color: rgb(6,78,99); }
td.TdClassName
{
border-color: #064E63;
}
.TagClassName
{
border-color: #064E63;
}
</style>