Shades of Persian Blue #063DCD
Tints of Persian Blue #063DCD
RGB
CMYK
RGB Variations
Color information
#063DCD (or 0x063DCD) is known color: Persian Blue. HEX triplet: 06, 3D and CD. RGB value is (6,61,205). Sum of RGB (Red+Green+Blue) = 6+61+205=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #063DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DCD is #F9C232. Grayscale: #3C3C3C. Windows color (decimal): -16368179 or 13450502. OLE color: 13450502.
HSL color Cylindrical-coordinate representation of color #063DCD: hue angle of 223.42º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DCD is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 61 | 205 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.20 |
| HSL | 223.42º | 0.94% | 0.41% | - |
| HSV(B) | 223.42º | 0.97% | 0.8% | - |
| XYZ | 12.76 | 7.78 | 58.59 | - |
| YUV | 60.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 205 | 0.97 | 0.70 | 0 | 0.20 | 223.42 | 0.94 | 0.41 |
| Hex | 6 | 3D | CD | 61 | 46 | 0 | 14 | DF | 5E | 29 |
| Octal | 6 | 75 | 315 | 141 | 106 | 0 | 24 | 337 | 136 | 51 |
| Binary | 110 | 111101 | 11001101 | 1100001 | 1000110 | 0 | 10100 | 11011111 | 1011110 | 101001 |
Color Harmonies of #063DCD
Complementary color
Monochromatic Colors of #063DCD
Black with #063DCD
Text Example
Text Example
White with #063DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DCD; }
p { color: rgb(6,61,205); }
H1.HeaderClassName
{
color: #063DCD;
}
.AnyTagClassName
{
color: #063DCD;
}
</style>
background-color css
<style>
a { background-color: #063DCD; }
a { background-color: rgb(6,61,205); }
div.DivClassName
{
background-color: #063DCD;
}
.BgClassName
{
background-color: #063DCD;
}
</style>
border-color css
<style>
span { border-color: #063DCD; }
span { border-color: rgb(6,61,205); }
td.TdClassName
{
border-color: #063DCD;
}
.TagClassName
{
border-color: #063DCD;
}
</style>