Shades of Persian Blue #063CC5
Tints of Persian Blue #063CC5
RGB
CMYK
RGB Variations
Color information
#063CC5 (or 0x063CC5) is known color: Persian Blue. HEX triplet: 06, 3C and C5. RGB value is (6,60,197). Sum of RGB (Red+Green+Blue) = 6+60+197=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 197 (77.34% from 255 or 74.90% from 263); Max value from RGB is 197 - color contains mainly: blue. Hex color #063CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CC5 is #F9C33A. Grayscale: #3A3A3A. Windows color (decimal): -16368443 or 12925958. OLE color: 12925958.
HSL color Cylindrical-coordinate representation of color #063CC5: hue angle of 223.04º 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 #063CC5 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 60 | 197 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.23 |
| HSL | 223.04º | 0.94% | 0.4% | - |
| HSV(B) | 223.04º | 0.97% | 0.77% | - |
| XYZ | 11.77 | 7.3 | 53.61 | - |
| YUV | 59.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 197 | 0.97 | 0.70 | 0 | 0.23 | 223.04 | 0.94 | 0.4 |
| Hex | 6 | 3C | C5 | 61 | 46 | 0 | 17 | DF | 5E | 28 |
| Octal | 6 | 74 | 305 | 141 | 106 | 0 | 27 | 337 | 136 | 50 |
| Binary | 110 | 111100 | 11000101 | 1100001 | 1000110 | 0 | 10111 | 11011111 | 1011110 | 101000 |
Color Harmonies of #063CC5
Complementary color
Monochromatic Colors of #063CC5
Black with #063CC5
Text Example
Text Example
White with #063CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CC5; }
p { color: rgb(6,60,197); }
H1.HeaderClassName
{
color: #063CC5;
}
.AnyTagClassName
{
color: #063CC5;
}
</style>
background-color css
<style>
a { background-color: #063CC5; }
a { background-color: rgb(6,60,197); }
div.DivClassName
{
background-color: #063CC5;
}
.BgClassName
{
background-color: #063CC5;
}
</style>
border-color css
<style>
span { border-color: #063CC5; }
span { border-color: rgb(6,60,197); }
td.TdClassName
{
border-color: #063CC5;
}
.TagClassName
{
border-color: #063CC5;
}
</style>