Shades of Persian Blue #063BDF
Tints of Persian Blue #063BDF
RGB
CMYK
RGB Variations
Color information
#063BDF (or 0x063BDF) is known color: Persian Blue. HEX triplet: 06, 3B and DF. RGB value is (6,59,223). Sum of RGB (Red+Green+Blue) = 6+59+223=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #063BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BDF is #F9C420. Grayscale: #3D3D3D. Windows color (decimal): -16368673 or 14629638. OLE color: 14629638.
HSL color Cylindrical-coordinate representation of color #063BDF: hue angle of 225.35º 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 #063BDF is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 59 | 223 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.13 |
| HSL | 225.35º | 0.95% | 0.45% | - |
| HSV(B) | 225.35º | 0.97% | 0.87% | - |
| XYZ | 14.96 | 8.49 | 70.66 | - |
| YUV | 61.85 | 218.94 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 223 | 0.97 | 0.74 | 0 | 0.13 | 225.35 | 0.95 | 0.45 |
| Hex | 6 | 3B | DF | 61 | 4A | 0 | D | E1 | 5F | 2D |
| Octal | 6 | 73 | 337 | 141 | 112 | 0 | 15 | 341 | 137 | 55 |
| Binary | 110 | 111011 | 11011111 | 1100001 | 1001010 | 0 | 1101 | 11100001 | 1011111 | 101101 |
Color Harmonies of #063BDF
Complementary color
Monochromatic Colors of #063BDF
Black with #063BDF
Text Example
Text Example
White with #063BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BDF; }
p { color: rgb(6,59,223); }
H1.HeaderClassName
{
color: #063BDF;
}
.AnyTagClassName
{
color: #063BDF;
}
</style>
background-color css
<style>
a { background-color: #063BDF; }
a { background-color: rgb(6,59,223); }
div.DivClassName
{
background-color: #063BDF;
}
.BgClassName
{
background-color: #063BDF;
}
</style>
border-color css
<style>
span { border-color: #063BDF; }
span { border-color: rgb(6,59,223); }
td.TdClassName
{
border-color: #063BDF;
}
.TagClassName
{
border-color: #063BDF;
}
</style>