Shades of Persian Blue #063BC8
Tints of Persian Blue #063BC8
RGB
CMYK
RGB Variations
Color information
#063BC8 (or 0x063BC8) is known color: Persian Blue. HEX triplet: 06, 3B and C8. RGB value is (6,59,200). Sum of RGB (Red+Green+Blue) = 6+59+200=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 200 (78.52% from 255 or 75.47% from 265); Max value from RGB is 200 - color contains mainly: blue. Hex color #063BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BC8 is #F9C437. Grayscale: #3A3A3A. Windows color (decimal): -16368696 or 13122310. OLE color: 13122310.
HSL color Cylindrical-coordinate representation of color #063BC8: hue angle of 223.61º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BC8 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 59 | 200 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.22 |
| HSL | 223.61º | 0.94% | 0.4% | - |
| HSV(B) | 223.61º | 0.97% | 0.78% | - |
| XYZ | 12.06 | 7.34 | 55.42 | - |
| YUV | 59.23 | 207.44 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 200 | 0.97 | 0.70 | 0 | 0.22 | 223.61 | 0.94 | 0.4 |
| Hex | 6 | 3B | C8 | 61 | 46 | 0 | 16 | E0 | 5E | 28 |
| Octal | 6 | 73 | 310 | 141 | 106 | 0 | 26 | 340 | 136 | 50 |
| Binary | 110 | 111011 | 11001000 | 1100001 | 1000110 | 0 | 10110 | 11100000 | 1011110 | 101000 |
Color Harmonies of #063BC8
Complementary color
Monochromatic Colors of #063BC8
Black with #063BC8
Text Example
Text Example
White with #063BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BC8; }
p { color: rgb(6,59,200); }
H1.HeaderClassName
{
color: #063BC8;
}
.AnyTagClassName
{
color: #063BC8;
}
</style>
background-color css
<style>
a { background-color: #063BC8; }
a { background-color: rgb(6,59,200); }
div.DivClassName
{
background-color: #063BC8;
}
.BgClassName
{
background-color: #063BC8;
}
</style>
border-color css
<style>
span { border-color: #063BC8; }
span { border-color: rgb(6,59,200); }
td.TdClassName
{
border-color: #063BC8;
}
.TagClassName
{
border-color: #063BC8;
}
</style>