Shades of Persian Blue #063CCD
Tints of Persian Blue #063CCD
RGB
CMYK
RGB Variations
Color information
#063CCD (or 0x063CCD) is known color: Persian Blue. HEX triplet: 06, 3C and CD. RGB value is (6,60,205). Sum of RGB (Red+Green+Blue) = 6+60+205=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #063CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CCD is #F9C332. Grayscale: #3B3B3B. Windows color (decimal): -16368435 or 13450246. OLE color: 13450246.
HSL color Cylindrical-coordinate representation of color #063CCD: hue angle of 223.72º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CCD is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 60 | 205 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.20 |
| HSL | 223.72º | 0.94% | 0.41% | - |
| HSV(B) | 223.72º | 0.97% | 0.8% | - |
| XYZ | 12.71 | 7.68 | 58.57 | - |
| YUV | 60.38 | 209.61 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 205 | 0.97 | 0.71 | 0 | 0.20 | 223.72 | 0.94 | 0.41 |
| Hex | 6 | 3C | CD | 61 | 47 | 0 | 14 | E0 | 5E | 29 |
| Octal | 6 | 74 | 315 | 141 | 107 | 0 | 24 | 340 | 136 | 51 |
| Binary | 110 | 111100 | 11001101 | 1100001 | 1000111 | 0 | 10100 | 11100000 | 1011110 | 101001 |
Color Harmonies of #063CCD
Complementary color
Monochromatic Colors of #063CCD
Black with #063CCD
Text Example
Text Example
White with #063CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CCD; }
p { color: rgb(6,60,205); }
H1.HeaderClassName
{
color: #063CCD;
}
.AnyTagClassName
{
color: #063CCD;
}
</style>
background-color css
<style>
a { background-color: #063CCD; }
a { background-color: rgb(6,60,205); }
div.DivClassName
{
background-color: #063CCD;
}
.BgClassName
{
background-color: #063CCD;
}
</style>
border-color css
<style>
span { border-color: #063CCD; }
span { border-color: rgb(6,60,205); }
td.TdClassName
{
border-color: #063CCD;
}
.TagClassName
{
border-color: #063CCD;
}
</style>