Shades of Persian Blue #063CEA
Tints of Persian Blue #063CEA
RGB
CMYK
RGB Variations
Color information
#063CEA (or 0x063CEA) is known color: Persian Blue. HEX triplet: 06, 3C and EA. RGB value is (6,60,234). Sum of RGB (Red+Green+Blue) = 6+60+234=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #063CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CEA is #F9C315. Grayscale: #3E3E3E. Windows color (decimal): -16368406 or 15350790. OLE color: 15350790.
HSL color Cylindrical-coordinate representation of color #063CEA: hue angle of 225.79º 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 #063CEA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 60 | 234 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.08 |
| HSL | 225.79º | 0.95% | 0.47% | - |
| HSV(B) | 225.79º | 0.97% | 0.92% | - |
| XYZ | 16.54 | 9.21 | 78.75 | - |
| YUV | 63.69 | 224.11 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 234 | 0.97 | 0.74 | 0 | 0.08 | 225.79 | 0.95 | 0.47 |
| Hex | 6 | 3C | EA | 61 | 4A | 0 | 8 | E2 | 5F | 2F |
| Octal | 6 | 74 | 352 | 141 | 112 | 0 | 10 | 342 | 137 | 57 |
| Binary | 110 | 111100 | 11101010 | 1100001 | 1001010 | 0 | 1000 | 11100010 | 1011111 | 101111 |
Color Harmonies of #063CEA
Complementary color
Monochromatic Colors of #063CEA
Black with #063CEA
Text Example
Text Example
White with #063CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CEA; }
p { color: rgb(6,60,234); }
H1.HeaderClassName
{
color: #063CEA;
}
.AnyTagClassName
{
color: #063CEA;
}
</style>
background-color css
<style>
a { background-color: #063CEA; }
a { background-color: rgb(6,60,234); }
div.DivClassName
{
background-color: #063CEA;
}
.BgClassName
{
background-color: #063CEA;
}
</style>
border-color css
<style>
span { border-color: #063CEA; }
span { border-color: rgb(6,60,234); }
td.TdClassName
{
border-color: #063CEA;
}
.TagClassName
{
border-color: #063CEA;
}
</style>