Shades of Persian Blue #063BC6
Tints of Persian Blue #063BC6
RGB
CMYK
RGB Variations
Color information
#063BC6 (or 0x063BC6) is known color: Persian Blue. HEX triplet: 06, 3B and C6. RGB value is (6,59,198). Sum of RGB (Red+Green+Blue) = 6+59+198=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 198 (77.73% from 255 or 75.29% from 263); Max value from RGB is 198 - color contains mainly: blue. Hex color #063BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BC6 is #F9C439. Grayscale: #3A3A3A. Windows color (decimal): -16368698 or 12991238. OLE color: 12991238.
HSL color Cylindrical-coordinate representation of color #063BC6: hue angle of 223.44º 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 #063BC6 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 59 | 198 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.22 |
| HSL | 223.44º | 0.94% | 0.4% | - |
| HSV(B) | 223.44º | 0.97% | 0.78% | - |
| XYZ | 11.83 | 7.24 | 54.2 | - |
| YUV | 59 | 206.44 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 198 | 0.97 | 0.70 | 0 | 0.22 | 223.44 | 0.94 | 0.4 |
| Hex | 6 | 3B | C6 | 61 | 46 | 0 | 16 | DF | 5E | 28 |
| Octal | 6 | 73 | 306 | 141 | 106 | 0 | 26 | 337 | 136 | 50 |
| Binary | 110 | 111011 | 11000110 | 1100001 | 1000110 | 0 | 10110 | 11011111 | 1011110 | 101000 |
Color Harmonies of #063BC6
Complementary color
Monochromatic Colors of #063BC6
Black with #063BC6
Text Example
Text Example
White with #063BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BC6; }
p { color: rgb(6,59,198); }
H1.HeaderClassName
{
color: #063BC6;
}
.AnyTagClassName
{
color: #063BC6;
}
</style>
background-color css
<style>
a { background-color: #063BC6; }
a { background-color: rgb(6,59,198); }
div.DivClassName
{
background-color: #063BC6;
}
.BgClassName
{
background-color: #063BC6;
}
</style>
border-color css
<style>
span { border-color: #063BC6; }
span { border-color: rgb(6,59,198); }
td.TdClassName
{
border-color: #063BC6;
}
.TagClassName
{
border-color: #063BC6;
}
</style>