Shades of Persian Blue #063EDD
Tints of Persian Blue #063EDD
RGB
CMYK
RGB Variations
Color information
#063EDD (or 0x063EDD) is known color: Persian Blue. HEX triplet: 06, 3E and DD. RGB value is (6,62,221). Sum of RGB (Red+Green+Blue) = 6+62+221=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #063EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDD is #F9C122. Grayscale: #3E3E3E. Windows color (decimal): -16367907 or 14499334. OLE color: 14499334.
HSL color Cylindrical-coordinate representation of color #063EDD: hue angle of 224.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EDD is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 62 | 221 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.13 |
| HSL | 224.37º | 0.95% | 0.45% | - |
| HSV(B) | 224.37º | 0.97% | 0.87% | - |
| XYZ | 14.85 | 8.7 | 69.3 | - |
| YUV | 63.38 | 216.95 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 221 | 0.97 | 0.72 | 0 | 0.13 | 224.37 | 0.95 | 0.45 |
| Hex | 6 | 3E | DD | 61 | 48 | 0 | D | E0 | 5F | 2D |
| Octal | 6 | 76 | 335 | 141 | 110 | 0 | 15 | 340 | 137 | 55 |
| Binary | 110 | 111110 | 11011101 | 1100001 | 1001000 | 0 | 1101 | 11100000 | 1011111 | 101101 |
Color Harmonies of #063EDD
Complementary color
Monochromatic Colors of #063EDD
Black with #063EDD
Text Example
Text Example
White with #063EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EDD; }
p { color: rgb(6,62,221); }
H1.HeaderClassName
{
color: #063EDD;
}
.AnyTagClassName
{
color: #063EDD;
}
</style>
background-color css
<style>
a { background-color: #063EDD; }
a { background-color: rgb(6,62,221); }
div.DivClassName
{
background-color: #063EDD;
}
.BgClassName
{
background-color: #063EDD;
}
</style>
border-color css
<style>
span { border-color: #063EDD; }
span { border-color: rgb(6,62,221); }
td.TdClassName
{
border-color: #063EDD;
}
.TagClassName
{
border-color: #063EDD;
}
</style>