Shades of Blue Lagoon #064E69
Tints of Blue Lagoon #064E69
RGB
CMYK
RGB Variations
Color information
#064E69 (or 0x064E69) is known color: Blue Lagoon. HEX triplet: 06, 4E and 69. RGB value is (6,78,105). Sum of RGB (Red+Green+Blue) = 6+78+105=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #064E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E69 is #F9B196. Grayscale: #3B3B3B. Windows color (decimal): -16363927 or 6901254. OLE color: 6901254.
HSL color Cylindrical-coordinate representation of color #064E69: hue angle of 196.36º 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 #064E69 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 78 | 105 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.59 |
| HSL | 196.36º | 0.89% | 0.22% | - |
| HSV(B) | 196.36º | 0.94% | 0.41% | - |
| XYZ | 5.35 | 6.51 | 14.34 | - |
| YUV | 59.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 105 | 0.94 | 0.26 | 0 | 0.59 | 196.36 | 0.89 | 0.22 |
| Hex | 6 | 4E | 69 | 5E | 1A | 0 | 3B | C4 | 59 | 16 |
| Octal | 6 | 116 | 151 | 136 | 32 | 0 | 73 | 304 | 131 | 26 |
| Binary | 110 | 1001110 | 1101001 | 1011110 | 11010 | 0 | 111011 | 11000100 | 1011001 | 10110 |
Color Harmonies of #064E69
Complementary color
Monochromatic Colors of #064E69
Black with #064E69
Text Example
Text Example
White with #064E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E69; }
p { color: rgb(6,78,105); }
H1.HeaderClassName
{
color: #064E69;
}
.AnyTagClassName
{
color: #064E69;
}
</style>
background-color css
<style>
a { background-color: #064E69; }
a { background-color: rgb(6,78,105); }
div.DivClassName
{
background-color: #064E69;
}
.BgClassName
{
background-color: #064E69;
}
</style>
border-color css
<style>
span { border-color: #064E69; }
span { border-color: rgb(6,78,105); }
td.TdClassName
{
border-color: #064E69;
}
.TagClassName
{
border-color: #064E69;
}
</style>