Shades of Persian Blue #063EE0
Tints of Persian Blue #063EE0
RGB
CMYK
RGB Variations
Color information
#063EE0 (or 0x063EE0) is known color: Persian Blue. HEX triplet: 06, 3E and E0. RGB value is (6,62,224). Sum of RGB (Red+Green+Blue) = 6+62+224=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 224 (87.89% from 255 or 76.71% from 292); Max value from RGB is 224 - color contains mainly: blue. Hex color #063EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EE0 is #F9C11F. Grayscale: #3F3F3F. Windows color (decimal): -16367904 or 14695942. OLE color: 14695942.
HSL color Cylindrical-coordinate representation of color #063EE0: hue angle of 224.59º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EE0 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 62 | 224 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.12 |
| HSL | 224.59º | 0.95% | 0.45% | - |
| HSV(B) | 224.59º | 0.97% | 0.88% | - |
| XYZ | 15.25 | 8.87 | 71.43 | - |
| YUV | 63.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 224 | 0.97 | 0.72 | 0 | 0.12 | 224.59 | 0.95 | 0.45 |
| Hex | 6 | 3E | E0 | 61 | 48 | 0 | C | E1 | 5F | 2D |
| Octal | 6 | 76 | 340 | 141 | 110 | 0 | 14 | 341 | 137 | 55 |
| Binary | 110 | 111110 | 11100000 | 1100001 | 1001000 | 0 | 1100 | 11100001 | 1011111 | 101101 |
Color Harmonies of #063EE0
Complementary color
Monochromatic Colors of #063EE0
Black with #063EE0
Text Example
Text Example
White with #063EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EE0; }
p { color: rgb(6,62,224); }
H1.HeaderClassName
{
color: #063EE0;
}
.AnyTagClassName
{
color: #063EE0;
}
</style>
background-color css
<style>
a { background-color: #063EE0; }
a { background-color: rgb(6,62,224); }
div.DivClassName
{
background-color: #063EE0;
}
.BgClassName
{
background-color: #063EE0;
}
</style>
border-color css
<style>
span { border-color: #063EE0; }
span { border-color: rgb(6,62,224); }
td.TdClassName
{
border-color: #063EE0;
}
.TagClassName
{
border-color: #063EE0;
}
</style>