Shades of Persian Blue #063ED3
Tints of Persian Blue #063ED3
RGB
CMYK
RGB Variations
Color information
#063ED3 (or 0x063ED3) is known color: Persian Blue. HEX triplet: 06, 3E and D3. RGB value is (6,62,211). Sum of RGB (Red+Green+Blue) = 6+62+211=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 211 (82.81% from 255 or 75.63% from 279); Max value from RGB is 211 - color contains mainly: blue. Hex color #063ED3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ED3 is #F9C12C. Grayscale: #3D3D3D. Windows color (decimal): -16367917 or 13843974. OLE color: 13843974.
HSL color Cylindrical-coordinate representation of color #063ED3: hue angle of 223.61º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063ED3 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 62 | 211 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.17 |
| HSL | 223.61º | 0.94% | 0.43% | - |
| HSV(B) | 223.61º | 0.97% | 0.83% | - |
| XYZ | 13.56 | 8.19 | 62.49 | - |
| YUV | 62.24 | 211.95 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 211 | 0.97 | 0.71 | 0 | 0.17 | 223.61 | 0.94 | 0.43 |
| Hex | 6 | 3E | D3 | 61 | 47 | 0 | 11 | E0 | 5E | 2B |
| Octal | 6 | 76 | 323 | 141 | 107 | 0 | 21 | 340 | 136 | 53 |
| Binary | 110 | 111110 | 11010011 | 1100001 | 1000111 | 0 | 10001 | 11100000 | 1011110 | 101011 |
Color Harmonies of #063ED3
Complementary color
Monochromatic Colors of #063ED3
Black with #063ED3
Text Example
Text Example
White with #063ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063ED3; }
p { color: rgb(6,62,211); }
H1.HeaderClassName
{
color: #063ED3;
}
.AnyTagClassName
{
color: #063ED3;
}
</style>
background-color css
<style>
a { background-color: #063ED3; }
a { background-color: rgb(6,62,211); }
div.DivClassName
{
background-color: #063ED3;
}
.BgClassName
{
background-color: #063ED3;
}
</style>
border-color css
<style>
span { border-color: #063ED3; }
span { border-color: rgb(6,62,211); }
td.TdClassName
{
border-color: #063ED3;
}
.TagClassName
{
border-color: #063ED3;
}
</style>