Shades of Persian Blue #063EDA
Tints of Persian Blue #063EDA
RGB
CMYK
RGB Variations
Color information
#063EDA (or 0x063EDA) is known color: Persian Blue. HEX triplet: 06, 3E and DA. RGB value is (6,62,218). Sum of RGB (Red+Green+Blue) = 6+62+218=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #063EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDA is #F9C125. Grayscale: #3E3E3E. Windows color (decimal): -16367910 or 14302726. OLE color: 14302726.
HSL color Cylindrical-coordinate representation of color #063EDA: hue angle of 224.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EDA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 62 | 218 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.15 |
| HSL | 224.15º | 0.95% | 0.44% | - |
| HSV(B) | 224.15º | 0.97% | 0.85% | - |
| XYZ | 14.45 | 8.55 | 67.22 | - |
| YUV | 63.04 | 215.45 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 218 | 0.97 | 0.72 | 0 | 0.15 | 224.15 | 0.95 | 0.44 |
| Hex | 6 | 3E | DA | 61 | 48 | 0 | F | E0 | 5F | 2C |
| Octal | 6 | 76 | 332 | 141 | 110 | 0 | 17 | 340 | 137 | 54 |
| Binary | 110 | 111110 | 11011010 | 1100001 | 1001000 | 0 | 1111 | 11100000 | 1011111 | 101100 |
Color Harmonies of #063EDA
Complementary color
Monochromatic Colors of #063EDA
Black with #063EDA
Text Example
Text Example
White with #063EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EDA; }
p { color: rgb(6,62,218); }
H1.HeaderClassName
{
color: #063EDA;
}
.AnyTagClassName
{
color: #063EDA;
}
</style>
background-color css
<style>
a { background-color: #063EDA; }
a { background-color: rgb(6,62,218); }
div.DivClassName
{
background-color: #063EDA;
}
.BgClassName
{
background-color: #063EDA;
}
</style>
border-color css
<style>
span { border-color: #063EDA; }
span { border-color: rgb(6,62,218); }
td.TdClassName
{
border-color: #063EDA;
}
.TagClassName
{
border-color: #063EDA;
}
</style>