Shades of Persian Blue #0640E9
Tints of Persian Blue #0640E9
RGB
CMYK
RGB Variations
Color information
#0640E9 (or 0x0640E9) is known color: Persian Blue. HEX triplet: 06, 40 and E9. RGB value is (6,64,233). Sum of RGB (Red+Green+Blue) = 6+64+233=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 233 (91.41% from 255 or 76.90% from 303); Max value from RGB is 233 - color contains mainly: blue. Hex color #0640E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0640E9 is #F9BF16. Grayscale: #414141. Windows color (decimal): -16367383 or 15286278. OLE color: 15286278.
HSL color Cylindrical-coordinate representation of color #0640E9: hue angle of 224.67º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640E9 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 64 | 233 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.09 |
| HSL | 224.67º | 0.95% | 0.47% | - |
| HSV(B) | 224.67º | 0.97% | 0.91% | - |
| XYZ | 16.62 | 9.59 | 78.07 | - |
| YUV | 65.92 | 222.28 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 233 | 0.97 | 0.73 | 0 | 0.09 | 224.67 | 0.95 | 0.47 |
| Hex | 6 | 40 | E9 | 61 | 49 | 0 | 9 | E1 | 5F | 2F |
| Octal | 6 | 100 | 351 | 141 | 111 | 0 | 11 | 341 | 137 | 57 |
| Binary | 110 | 1000000 | 11101001 | 1100001 | 1001001 | 0 | 1001 | 11100001 | 1011111 | 101111 |
Color Harmonies of #0640E9
Complementary color
Monochromatic Colors of #0640E9
Black with #0640E9
Text Example
Text Example
White with #0640E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640E9; }
p { color: rgb(6,64,233); }
H1.HeaderClassName
{
color: #0640E9;
}
.AnyTagClassName
{
color: #0640E9;
}
</style>
background-color css
<style>
a { background-color: #0640E9; }
a { background-color: rgb(6,64,233); }
div.DivClassName
{
background-color: #0640E9;
}
.BgClassName
{
background-color: #0640E9;
}
</style>
border-color css
<style>
span { border-color: #0640E9; }
span { border-color: rgb(6,64,233); }
td.TdClassName
{
border-color: #0640E9;
}
.TagClassName
{
border-color: #0640E9;
}
</style>