Shades of Persian Blue #063EF1
Tints of Persian Blue #063EF1
RGB
CMYK
RGB Variations
Color information
#063EF1 (or 0x063EF1) is known color: Persian Blue. HEX triplet: 06, 3E and F1. RGB value is (6,62,241). Sum of RGB (Red+Green+Blue) = 6+62+241=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 241 (94.53% from 255 or 77.99% from 309); Max value from RGB is 241 - color contains mainly: blue. Hex color #063EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EF1 is #F9C10E. Grayscale: #404040. Windows color (decimal): -16367887 or 15810054. OLE color: 15810054.
HSL color Cylindrical-coordinate representation of color #063EF1: hue angle of 225.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063EF1 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 62 | 241 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.05 |
| HSL | 225.7º | 0.95% | 0.48% | - |
| HSV(B) | 225.7º | 0.98% | 0.95% | - |
| XYZ | 17.67 | 9.83 | 84.19 | - |
| YUV | 65.66 | 226.95 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 241 | 0.98 | 0.74 | 0 | 0.05 | 225.7 | 0.95 | 0.48 |
| Hex | 6 | 3E | F1 | 62 | 4A | 0 | 5 | E2 | 5F | 30 |
| Octal | 6 | 76 | 361 | 142 | 112 | 0 | 5 | 342 | 137 | 60 |
| Binary | 110 | 111110 | 11110001 | 1100010 | 1001010 | 0 | 101 | 11100010 | 1011111 | 110000 |
Color Harmonies of #063EF1
Complementary color
Monochromatic Colors of #063EF1
Black with #063EF1
Text Example
Text Example
White with #063EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EF1; }
p { color: rgb(6,62,241); }
H1.HeaderClassName
{
color: #063EF1;
}
.AnyTagClassName
{
color: #063EF1;
}
</style>
background-color css
<style>
a { background-color: #063EF1; }
a { background-color: rgb(6,62,241); }
div.DivClassName
{
background-color: #063EF1;
}
.BgClassName
{
background-color: #063EF1;
}
</style>
border-color css
<style>
span { border-color: #063EF1; }
span { border-color: rgb(6,62,241); }
td.TdClassName
{
border-color: #063EF1;
}
.TagClassName
{
border-color: #063EF1;
}
</style>