Shades of Persian Blue #063FDC
Tints of Persian Blue #063FDC
RGB
CMYK
RGB Variations
Color information
#063FDC (or 0x063FDC) is known color: Persian Blue. HEX triplet: 06, 3F and DC. RGB value is (6,63,220). Sum of RGB (Red+Green+Blue) = 6+63+220=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #063FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FDC is #F9C023. Grayscale: #3F3F3F. Windows color (decimal): -16367652 or 14434054. OLE color: 14434054.
HSL color Cylindrical-coordinate representation of color #063FDC: hue angle of 224.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FDC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 63 | 220 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.14 |
| HSL | 224.02º | 0.95% | 0.44% | - |
| HSV(B) | 224.02º | 0.97% | 0.86% | - |
| XYZ | 14.77 | 8.76 | 68.62 | - |
| YUV | 63.86 | 216.12 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 220 | 0.97 | 0.71 | 0 | 0.14 | 224.02 | 0.95 | 0.44 |
| Hex | 6 | 3F | DC | 61 | 47 | 0 | E | E0 | 5F | 2C |
| Octal | 6 | 77 | 334 | 141 | 107 | 0 | 16 | 340 | 137 | 54 |
| Binary | 110 | 111111 | 11011100 | 1100001 | 1000111 | 0 | 1110 | 11100000 | 1011111 | 101100 |
Color Harmonies of #063FDC
Complementary color
Monochromatic Colors of #063FDC
Black with #063FDC
Text Example
Text Example
White with #063FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FDC; }
p { color: rgb(6,63,220); }
H1.HeaderClassName
{
color: #063FDC;
}
.AnyTagClassName
{
color: #063FDC;
}
</style>
background-color css
<style>
a { background-color: #063FDC; }
a { background-color: rgb(6,63,220); }
div.DivClassName
{
background-color: #063FDC;
}
.BgClassName
{
background-color: #063FDC;
}
</style>
border-color css
<style>
span { border-color: #063FDC; }
span { border-color: rgb(6,63,220); }
td.TdClassName
{
border-color: #063FDC;
}
.TagClassName
{
border-color: #063FDC;
}
</style>