Shades of Persian Blue #063FDE
Tints of Persian Blue #063FDE
RGB
CMYK
RGB Variations
Color information
#063FDE (or 0x063FDE) is known color: Persian Blue. HEX triplet: 06, 3F and DE. RGB value is (6,63,222). Sum of RGB (Red+Green+Blue) = 6+63+222=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 222 (87.11% from 255 or 76.29% from 291); Max value from RGB is 222 - color contains mainly: blue. Hex color #063FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FDE is #F9C021. Grayscale: #3F3F3F. Windows color (decimal): -16367650 or 14565126. OLE color: 14565126.
HSL color Cylindrical-coordinate representation of color #063FDE: hue angle of 224.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FDE is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 63 | 222 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.13 |
| HSL | 224.17º | 0.95% | 0.45% | - |
| HSV(B) | 224.17º | 0.97% | 0.87% | - |
| XYZ | 15.04 | 8.87 | 70.03 | - |
| YUV | 64.08 | 217.12 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 222 | 0.97 | 0.72 | 0 | 0.13 | 224.17 | 0.95 | 0.45 |
| Hex | 6 | 3F | DE | 61 | 48 | 0 | D | E0 | 5F | 2D |
| Octal | 6 | 77 | 336 | 141 | 110 | 0 | 15 | 340 | 137 | 55 |
| Binary | 110 | 111111 | 11011110 | 1100001 | 1001000 | 0 | 1101 | 11100000 | 1011111 | 101101 |
Color Harmonies of #063FDE
Complementary color
Monochromatic Colors of #063FDE
Black with #063FDE
Text Example
Text Example
White with #063FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FDE; }
p { color: rgb(6,63,222); }
H1.HeaderClassName
{
color: #063FDE;
}
.AnyTagClassName
{
color: #063FDE;
}
</style>
background-color css
<style>
a { background-color: #063FDE; }
a { background-color: rgb(6,63,222); }
div.DivClassName
{
background-color: #063FDE;
}
.BgClassName
{
background-color: #063FDE;
}
</style>
border-color css
<style>
span { border-color: #063FDE; }
span { border-color: rgb(6,63,222); }
td.TdClassName
{
border-color: #063FDE;
}
.TagClassName
{
border-color: #063FDE;
}
</style>