Shades of Persian Blue #063EEA
Tints of Persian Blue #063EEA
RGB
CMYK
RGB Variations
Color information
#063EEA (or 0x063EEA) is known color: Persian Blue. HEX triplet: 06, 3E and EA. RGB value is (6,62,234). Sum of RGB (Red+Green+Blue) = 6+62+234=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #063EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EEA is #F9C115. Grayscale: #404040. Windows color (decimal): -16367894 or 15351302. OLE color: 15351302.
HSL color Cylindrical-coordinate representation of color #063EEA: hue angle of 225.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EEA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 62 | 234 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.08 |
| HSL | 225.26º | 0.95% | 0.47% | - |
| HSV(B) | 225.26º | 0.97% | 0.92% | - |
| XYZ | 16.65 | 9.42 | 78.78 | - |
| YUV | 64.86 | 223.45 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 234 | 0.97 | 0.74 | 0 | 0.08 | 225.26 | 0.95 | 0.47 |
| Hex | 6 | 3E | EA | 61 | 4A | 0 | 8 | E1 | 5F | 2F |
| Octal | 6 | 76 | 352 | 141 | 112 | 0 | 10 | 341 | 137 | 57 |
| Binary | 110 | 111110 | 11101010 | 1100001 | 1001010 | 0 | 1000 | 11100001 | 1011111 | 101111 |
Color Harmonies of #063EEA
Complementary color
Monochromatic Colors of #063EEA
Black with #063EEA
Text Example
Text Example
White with #063EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EEA; }
p { color: rgb(6,62,234); }
H1.HeaderClassName
{
color: #063EEA;
}
.AnyTagClassName
{
color: #063EEA;
}
</style>
background-color css
<style>
a { background-color: #063EEA; }
a { background-color: rgb(6,62,234); }
div.DivClassName
{
background-color: #063EEA;
}
.BgClassName
{
background-color: #063EEA;
}
</style>
border-color css
<style>
span { border-color: #063EEA; }
span { border-color: rgb(6,62,234); }
td.TdClassName
{
border-color: #063EEA;
}
.TagClassName
{
border-color: #063EEA;
}
</style>