Shades of Persian Blue #063CCC
Tints of Persian Blue #063CCC
RGB
CMYK
RGB Variations
Color information
#063CCC (or 0x063CCC) is known color: Persian Blue. HEX triplet: 06, 3C and CC. RGB value is (6,60,204). Sum of RGB (Red+Green+Blue) = 6+60+204=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #063CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CCC is #F9C333. Grayscale: #3B3B3B. Windows color (decimal): -16368436 or 13384710. OLE color: 13384710.
HSL color Cylindrical-coordinate representation of color #063CCC: hue angle of 223.64º 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 #063CCC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 60 | 204 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.2 |
| HSL | 223.64º | 0.94% | 0.41% | - |
| HSV(B) | 223.64º | 0.97% | 0.8% | - |
| XYZ | 12.59 | 7.63 | 57.94 | - |
| YUV | 60.27 | 209.11 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 204 | 0.97 | 0.71 | 0 | 0.2 | 223.64 | 0.94 | 0.41 |
| Hex | 6 | 3C | CC | 61 | 47 | 0 | 14 | E0 | 5E | 29 |
| Octal | 6 | 74 | 314 | 141 | 107 | 0 | 24 | 340 | 136 | 51 |
| Binary | 110 | 111100 | 11001100 | 1100001 | 1000111 | 0 | 10100 | 11100000 | 1011110 | 101001 |
Color Harmonies of #063CCC
Complementary color
Monochromatic Colors of #063CCC
Black with #063CCC
Text Example
Text Example
White with #063CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CCC; }
p { color: rgb(6,60,204); }
H1.HeaderClassName
{
color: #063CCC;
}
.AnyTagClassName
{
color: #063CCC;
}
</style>
background-color css
<style>
a { background-color: #063CCC; }
a { background-color: rgb(6,60,204); }
div.DivClassName
{
background-color: #063CCC;
}
.BgClassName
{
background-color: #063CCC;
}
</style>
border-color css
<style>
span { border-color: #063CCC; }
span { border-color: rgb(6,60,204); }
td.TdClassName
{
border-color: #063CCC;
}
.TagClassName
{
border-color: #063CCC;
}
</style>