Shades of Blue #0640FF
Tints of Blue #0640FF
RGB
CMYK
RGB Variations
Color information
#0640FF (or 0x0640FF) is known color: Blue. HEX triplet: 06, 40 and FF. RGB value is (6,64,255). Sum of RGB (Red+Green+Blue) = 6+64+255=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #0640FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0640FF is #F9BF00. Grayscale: #434343. Windows color (decimal): -16367361 or 16728070. OLE color: 16728070.
HSL color Cylindrical-coordinate representation of color #0640FF: hue angle of 226.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0640FF is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 64 | 255 | - |
| CMYK | 0.98 | 0.75 | 0 | 0 |
| HSL | 226.02º | 1% | 0.51% | - |
| HSV(B) | 226.02º | 0.98% | 1% | - |
| XYZ | 19.96 | 10.93 | 95.66 | - |
| YUV | 68.43 | 233.28 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 255 | 0.98 | 0.75 | 0 | 0 | 226.02 | 1 | 0.51 |
| Hex | 6 | 40 | FF | 62 | 4B | 0 | 0 | E2 | 64 | 33 |
| Octal | 6 | 100 | 377 | 142 | 113 | 0 | 0 | 342 | 144 | 63 |
| Binary | 110 | 1000000 | 11111111 | 1100010 | 1001011 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #0640FF
Complementary color
Monochromatic Colors of #0640FF
Black with #0640FF
Text Example
Text Example
White with #0640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640FF; }
p { color: rgb(6,64,255); }
H1.HeaderClassName
{
color: #0640FF;
}
.AnyTagClassName
{
color: #0640FF;
}
</style>
background-color css
<style>
a { background-color: #0640FF; }
a { background-color: rgb(6,64,255); }
div.DivClassName
{
background-color: #0640FF;
}
.BgClassName
{
background-color: #0640FF;
}
</style>
border-color css
<style>
span { border-color: #0640FF; }
span { border-color: rgb(6,64,255); }
td.TdClassName
{
border-color: #0640FF;
}
.TagClassName
{
border-color: #0640FF;
}
</style>