Shades of Persian Blue #063EC4
Tints of Persian Blue #063EC4
RGB
CMYK
RGB Variations
Color information
#063EC4 (or 0x063EC4) is known color: Persian Blue. HEX triplet: 06, 3E and C4. RGB value is (6,62,196). Sum of RGB (Red+Green+Blue) = 6+62+196=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 196 (76.95% from 255 or 74.24% from 264); Max value from RGB is 196 - color contains mainly: blue. Hex color #063EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EC4 is #F9C13B. Grayscale: #3B3B3B. Windows color (decimal): -16367932 or 12860934. OLE color: 12860934.
HSL color Cylindrical-coordinate representation of color #063EC4: hue angle of 222.32º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EC4 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 62 | 196 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.23 |
| HSL | 222.32º | 0.94% | 0.4% | - |
| HSV(B) | 222.32º | 0.97% | 0.77% | - |
| XYZ | 11.76 | 7.47 | 53.05 | - |
| YUV | 60.53 | 204.45 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 196 | 0.97 | 0.68 | 0 | 0.23 | 222.32 | 0.94 | 0.4 |
| Hex | 6 | 3E | C4 | 61 | 44 | 0 | 17 | DE | 5E | 28 |
| Octal | 6 | 76 | 304 | 141 | 104 | 0 | 27 | 336 | 136 | 50 |
| Binary | 110 | 111110 | 11000100 | 1100001 | 1000100 | 0 | 10111 | 11011110 | 1011110 | 101000 |
Color Harmonies of #063EC4
Complementary color
Monochromatic Colors of #063EC4
Black with #063EC4
Text Example
Text Example
White with #063EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EC4; }
p { color: rgb(6,62,196); }
H1.HeaderClassName
{
color: #063EC4;
}
.AnyTagClassName
{
color: #063EC4;
}
</style>
background-color css
<style>
a { background-color: #063EC4; }
a { background-color: rgb(6,62,196); }
div.DivClassName
{
background-color: #063EC4;
}
.BgClassName
{
background-color: #063EC4;
}
</style>
border-color css
<style>
span { border-color: #063EC4; }
span { border-color: rgb(6,62,196); }
td.TdClassName
{
border-color: #063EC4;
}
.TagClassName
{
border-color: #063EC4;
}
</style>