Shades of Persian Blue #063BC9
Tints of Persian Blue #063BC9
RGB
CMYK
RGB Variations
Color information
#063BC9 (or 0x063BC9) is known color: Persian Blue. HEX triplet: 06, 3B and C9. RGB value is (6,59,201). Sum of RGB (Red+Green+Blue) = 6+59+201=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #063BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BC9 is #F9C436. Grayscale: #3A3A3A. Windows color (decimal): -16368695 or 13187846. OLE color: 13187846.
HSL color Cylindrical-coordinate representation of color #063BC9: hue angle of 223.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BC9 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 59 | 201 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.21 |
| HSL | 223.69º | 0.94% | 0.41% | - |
| HSV(B) | 223.69º | 0.97% | 0.79% | - |
| XYZ | 12.18 | 7.38 | 56.04 | - |
| YUV | 59.34 | 207.94 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 201 | 0.97 | 0.71 | 0 | 0.21 | 223.69 | 0.94 | 0.41 |
| Hex | 6 | 3B | C9 | 61 | 47 | 0 | 15 | E0 | 5E | 29 |
| Octal | 6 | 73 | 311 | 141 | 107 | 0 | 25 | 340 | 136 | 51 |
| Binary | 110 | 111011 | 11001001 | 1100001 | 1000111 | 0 | 10101 | 11100000 | 1011110 | 101001 |
Color Harmonies of #063BC9
Complementary color
Monochromatic Colors of #063BC9
Black with #063BC9
Text Example
Text Example
White with #063BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BC9; }
p { color: rgb(6,59,201); }
H1.HeaderClassName
{
color: #063BC9;
}
.AnyTagClassName
{
color: #063BC9;
}
</style>
background-color css
<style>
a { background-color: #063BC9; }
a { background-color: rgb(6,59,201); }
div.DivClassName
{
background-color: #063BC9;
}
.BgClassName
{
background-color: #063BC9;
}
</style>
border-color css
<style>
span { border-color: #063BC9; }
span { border-color: rgb(6,59,201); }
td.TdClassName
{
border-color: #063BC9;
}
.TagClassName
{
border-color: #063BC9;
}
</style>