Shades of Persian Blue #063DDF
Tints of Persian Blue #063DDF
RGB
CMYK
RGB Variations
Color information
#063DDF (or 0x063DDF) is known color: Persian Blue. HEX triplet: 06, 3D and DF. RGB value is (6,61,223). Sum of RGB (Red+Green+Blue) = 6+61+223=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #063DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DDF is #F9C220. Grayscale: #3E3E3E. Windows color (decimal): -16368161 or 14630150. OLE color: 14630150.
HSL color Cylindrical-coordinate representation of color #063DDF: hue angle of 224.79º 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 #063DDF is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 61 | 223 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.13 |
| HSL | 224.79º | 0.95% | 0.45% | - |
| HSV(B) | 224.79º | 0.97% | 0.87% | - |
| XYZ | 15.06 | 8.7 | 70.7 | - |
| YUV | 63.02 | 218.28 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 223 | 0.97 | 0.73 | 0 | 0.13 | 224.79 | 0.95 | 0.45 |
| Hex | 6 | 3D | DF | 61 | 49 | 0 | D | E1 | 5F | 2D |
| Octal | 6 | 75 | 337 | 141 | 111 | 0 | 15 | 341 | 137 | 55 |
| Binary | 110 | 111101 | 11011111 | 1100001 | 1001001 | 0 | 1101 | 11100001 | 1011111 | 101101 |
Color Harmonies of #063DDF
Complementary color
Monochromatic Colors of #063DDF
Black with #063DDF
Text Example
Text Example
White with #063DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DDF; }
p { color: rgb(6,61,223); }
H1.HeaderClassName
{
color: #063DDF;
}
.AnyTagClassName
{
color: #063DDF;
}
</style>
background-color css
<style>
a { background-color: #063DDF; }
a { background-color: rgb(6,61,223); }
div.DivClassName
{
background-color: #063DDF;
}
.BgClassName
{
background-color: #063DDF;
}
</style>
border-color css
<style>
span { border-color: #063DDF; }
span { border-color: rgb(6,61,223); }
td.TdClassName
{
border-color: #063DDF;
}
.TagClassName
{
border-color: #063DDF;
}
</style>