Shades of Persian Blue #063EE2
Tints of Persian Blue #063EE2
RGB
CMYK
RGB Variations
Color information
#063EE2 (or 0x063EE2) is known color: Persian Blue. HEX triplet: 06, 3E and E2. RGB value is (6,62,226). Sum of RGB (Red+Green+Blue) = 6+62+226=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 226 (88.67% from 255 or 76.87% from 294); Max value from RGB is 226 - color contains mainly: blue. Hex color #063EE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EE2 is #F9C11D. Grayscale: #3F3F3F. Windows color (decimal): -16367902 or 14827014. OLE color: 14827014.
HSL color Cylindrical-coordinate representation of color #063EE2: hue angle of 224.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EE2 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 62 | 226 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.11 |
| HSL | 224.73º | 0.95% | 0.45% | - |
| HSV(B) | 224.73º | 0.97% | 0.89% | - |
| XYZ | 15.53 | 8.97 | 72.87 | - |
| YUV | 63.95 | 219.45 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 226 | 0.97 | 0.73 | 0 | 0.11 | 224.73 | 0.95 | 0.45 |
| Hex | 6 | 3E | E2 | 61 | 49 | 0 | B | E1 | 5F | 2D |
| Octal | 6 | 76 | 342 | 141 | 111 | 0 | 13 | 341 | 137 | 55 |
| Binary | 110 | 111110 | 11100010 | 1100001 | 1001001 | 0 | 1011 | 11100001 | 1011111 | 101101 |
Color Harmonies of #063EE2
Complementary color
Monochromatic Colors of #063EE2
Black with #063EE2
Text Example
Text Example
White with #063EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EE2; }
p { color: rgb(6,62,226); }
H1.HeaderClassName
{
color: #063EE2;
}
.AnyTagClassName
{
color: #063EE2;
}
</style>
background-color css
<style>
a { background-color: #063EE2; }
a { background-color: rgb(6,62,226); }
div.DivClassName
{
background-color: #063EE2;
}
.BgClassName
{
background-color: #063EE2;
}
</style>
border-color css
<style>
span { border-color: #063EE2; }
span { border-color: rgb(6,62,226); }
td.TdClassName
{
border-color: #063EE2;
}
.TagClassName
{
border-color: #063EE2;
}
</style>