Shades of Persian Blue #063EDC
Tints of Persian Blue #063EDC
RGB
CMYK
RGB Variations
Color information
#063EDC (or 0x063EDC) is known color: Persian Blue. HEX triplet: 06, 3E and DC. RGB value is (6,62,220). Sum of RGB (Red+Green+Blue) = 6+62+220=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #063EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDC is #F9C123. Grayscale: #3E3E3E. Windows color (decimal): -16367908 or 14433798. OLE color: 14433798.
HSL color Cylindrical-coordinate representation of color #063EDC: hue angle of 224.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EDC is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 62 | 220 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.14 |
| HSL | 224.3º | 0.95% | 0.44% | - |
| HSV(B) | 224.3º | 0.97% | 0.86% | - |
| XYZ | 14.72 | 8.65 | 68.6 | - |
| YUV | 63.27 | 216.45 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 220 | 0.97 | 0.72 | 0 | 0.14 | 224.3 | 0.95 | 0.44 |
| Hex | 6 | 3E | DC | 61 | 48 | 0 | E | E0 | 5F | 2C |
| Octal | 6 | 76 | 334 | 141 | 110 | 0 | 16 | 340 | 137 | 54 |
| Binary | 110 | 111110 | 11011100 | 1100001 | 1001000 | 0 | 1110 | 11100000 | 1011111 | 101100 |
Color Harmonies of #063EDC
Complementary color
Monochromatic Colors of #063EDC
Black with #063EDC
Text Example
Text Example
White with #063EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EDC; }
p { color: rgb(6,62,220); }
H1.HeaderClassName
{
color: #063EDC;
}
.AnyTagClassName
{
color: #063EDC;
}
</style>
background-color css
<style>
a { background-color: #063EDC; }
a { background-color: rgb(6,62,220); }
div.DivClassName
{
background-color: #063EDC;
}
.BgClassName
{
background-color: #063EDC;
}
</style>
border-color css
<style>
span { border-color: #063EDC; }
span { border-color: rgb(6,62,220); }
td.TdClassName
{
border-color: #063EDC;
}
.TagClassName
{
border-color: #063EDC;
}
</style>