Shades of Persian Blue #063FC5
Tints of Persian Blue #063FC5
RGB
CMYK
RGB Variations
Color information
#063FC5 (or 0x063FC5) is known color: Persian Blue. HEX triplet: 06, 3F and C5. RGB value is (6,63,197). Sum of RGB (Red+Green+Blue) = 6+63+197=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 197 (77.34% from 255 or 74.06% from 266); Max value from RGB is 197 - color contains mainly: blue. Hex color #063FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FC5 is #F9C03A. Grayscale: #3C3C3C. Windows color (decimal): -16367675 or 12926726. OLE color: 12926726.
HSL color Cylindrical-coordinate representation of color #063FC5: hue angle of 222.09º 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 #063FC5 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 63 | 197 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.23 |
| HSL | 222.09º | 0.94% | 0.4% | - |
| HSV(B) | 222.09º | 0.97% | 0.77% | - |
| XYZ | 11.93 | 7.62 | 53.67 | - |
| YUV | 61.23 | 204.62 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 197 | 0.97 | 0.68 | 0 | 0.23 | 222.09 | 0.94 | 0.4 |
| Hex | 6 | 3F | C5 | 61 | 44 | 0 | 17 | DE | 5E | 28 |
| Octal | 6 | 77 | 305 | 141 | 104 | 0 | 27 | 336 | 136 | 50 |
| Binary | 110 | 111111 | 11000101 | 1100001 | 1000100 | 0 | 10111 | 11011110 | 1011110 | 101000 |
Color Harmonies of #063FC5
Complementary color
Monochromatic Colors of #063FC5
Black with #063FC5
Text Example
Text Example
White with #063FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FC5; }
p { color: rgb(6,63,197); }
H1.HeaderClassName
{
color: #063FC5;
}
.AnyTagClassName
{
color: #063FC5;
}
</style>
background-color css
<style>
a { background-color: #063FC5; }
a { background-color: rgb(6,63,197); }
div.DivClassName
{
background-color: #063FC5;
}
.BgClassName
{
background-color: #063FC5;
}
</style>
border-color css
<style>
span { border-color: #063FC5; }
span { border-color: rgb(6,63,197); }
td.TdClassName
{
border-color: #063FC5;
}
.TagClassName
{
border-color: #063FC5;
}
</style>