Shades of Persian Blue #063FC9
Tints of Persian Blue #063FC9
RGB
CMYK
RGB Variations
Color information
#063FC9 (or 0x063FC9) is known color: Persian Blue. HEX triplet: 06, 3F and C9. RGB value is (6,63,201). Sum of RGB (Red+Green+Blue) = 6+63+201=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #063FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FC9 is #F9C036. Grayscale: #3D3D3D. Windows color (decimal): -16367671 or 13188870. OLE color: 13188870.
HSL color Cylindrical-coordinate representation of color #063FC9: hue angle of 222.46º 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 #063FC9 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 63 | 201 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.21 |
| HSL | 222.46º | 0.94% | 0.41% | - |
| HSV(B) | 222.46º | 0.97% | 0.79% | - |
| XYZ | 12.4 | 7.81 | 56.11 | - |
| YUV | 61.69 | 206.62 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 201 | 0.97 | 0.69 | 0 | 0.21 | 222.46 | 0.94 | 0.41 |
| Hex | 6 | 3F | C9 | 61 | 45 | 0 | 15 | DE | 5E | 29 |
| Octal | 6 | 77 | 311 | 141 | 105 | 0 | 25 | 336 | 136 | 51 |
| Binary | 110 | 111111 | 11001001 | 1100001 | 1000101 | 0 | 10101 | 11011110 | 1011110 | 101001 |
Color Harmonies of #063FC9
Complementary color
Monochromatic Colors of #063FC9
Black with #063FC9
Text Example
Text Example
White with #063FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FC9; }
p { color: rgb(6,63,201); }
H1.HeaderClassName
{
color: #063FC9;
}
.AnyTagClassName
{
color: #063FC9;
}
</style>
background-color css
<style>
a { background-color: #063FC9; }
a { background-color: rgb(6,63,201); }
div.DivClassName
{
background-color: #063FC9;
}
.BgClassName
{
background-color: #063FC9;
}
</style>
border-color css
<style>
span { border-color: #063FC9; }
span { border-color: rgb(6,63,201); }
td.TdClassName
{
border-color: #063FC9;
}
.TagClassName
{
border-color: #063FC9;
}
</style>