Shades of Persian Blue #063DCC
Tints of Persian Blue #063DCC
RGB
CMYK
RGB Variations
Color information
#063DCC (or 0x063DCC) is known color: Persian Blue. HEX triplet: 06, 3D and CC. RGB value is (6,61,204). Sum of RGB (Red+Green+Blue) = 6+61+204=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #063DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DCC is #F9C233. Grayscale: #3C3C3C. Windows color (decimal): -16368180 or 13384966. OLE color: 13384966.
HSL color Cylindrical-coordinate representation of color #063DCC: hue angle of 223.33º 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 #063DCC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 61 | 204 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.2 |
| HSL | 223.33º | 0.94% | 0.41% | - |
| HSV(B) | 223.33º | 0.97% | 0.8% | - |
| XYZ | 12.64 | 7.74 | 57.95 | - |
| YUV | 60.86 | 208.78 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 204 | 0.97 | 0.70 | 0 | 0.2 | 223.33 | 0.94 | 0.41 |
| Hex | 6 | 3D | CC | 61 | 46 | 0 | 14 | DF | 5E | 29 |
| Octal | 6 | 75 | 314 | 141 | 106 | 0 | 24 | 337 | 136 | 51 |
| Binary | 110 | 111101 | 11001100 | 1100001 | 1000110 | 0 | 10100 | 11011111 | 1011110 | 101001 |
Color Harmonies of #063DCC
Complementary color
Monochromatic Colors of #063DCC
Black with #063DCC
Text Example
Text Example
White with #063DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DCC; }
p { color: rgb(6,61,204); }
H1.HeaderClassName
{
color: #063DCC;
}
.AnyTagClassName
{
color: #063DCC;
}
</style>
background-color css
<style>
a { background-color: #063DCC; }
a { background-color: rgb(6,61,204); }
div.DivClassName
{
background-color: #063DCC;
}
.BgClassName
{
background-color: #063DCC;
}
</style>
border-color css
<style>
span { border-color: #063DCC; }
span { border-color: rgb(6,61,204); }
td.TdClassName
{
border-color: #063DCC;
}
.TagClassName
{
border-color: #063DCC;
}
</style>