Shades of Persian Blue #0640DC
Tints of Persian Blue #0640DC
RGB
CMYK
RGB Variations
Color information
#0640DC (or 0x0640DC) is known color: Persian Blue. HEX triplet: 06, 40 and DC. RGB value is (6,64,220). Sum of RGB (Red+Green+Blue) = 6+64+220=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #0640DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640DC is #F9BF23. Grayscale: #3F3F3F. Windows color (decimal): -16367396 or 14434310. OLE color: 14434310.
HSL color Cylindrical-coordinate representation of color #0640DC: hue angle of 223.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640DC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 64 | 220 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.14 |
| HSL | 223.74º | 0.95% | 0.44% | - |
| HSV(B) | 223.74º | 0.97% | 0.86% | - |
| XYZ | 14.83 | 8.87 | 68.64 | - |
| YUV | 64.44 | 215.78 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 220 | 0.97 | 0.71 | 0 | 0.14 | 223.74 | 0.95 | 0.44 |
| Hex | 6 | 40 | DC | 61 | 47 | 0 | E | E0 | 5F | 2C |
| Octal | 6 | 100 | 334 | 141 | 107 | 0 | 16 | 340 | 137 | 54 |
| Binary | 110 | 1000000 | 11011100 | 1100001 | 1000111 | 0 | 1110 | 11100000 | 1011111 | 101100 |
Color Harmonies of #0640DC
Complementary color
Monochromatic Colors of #0640DC
Black with #0640DC
Text Example
Text Example
White with #0640DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640DC; }
p { color: rgb(6,64,220); }
H1.HeaderClassName
{
color: #0640DC;
}
.AnyTagClassName
{
color: #0640DC;
}
</style>
background-color css
<style>
a { background-color: #0640DC; }
a { background-color: rgb(6,64,220); }
div.DivClassName
{
background-color: #0640DC;
}
.BgClassName
{
background-color: #0640DC;
}
</style>
border-color css
<style>
span { border-color: #0640DC; }
span { border-color: rgb(6,64,220); }
td.TdClassName
{
border-color: #0640DC;
}
.TagClassName
{
border-color: #0640DC;
}
</style>