Shades of Persian Blue #063FDA
Tints of Persian Blue #063FDA
RGB
CMYK
RGB Variations
Color information
#063FDA (or 0x063FDA) is known color: Persian Blue. HEX triplet: 06, 3F and DA. RGB value is (6,63,218). Sum of RGB (Red+Green+Blue) = 6+63+218=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #063FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FDA is #F9C025. Grayscale: #3E3E3E. Windows color (decimal): -16367654 or 14302982. OLE color: 14302982.
HSL color Cylindrical-coordinate representation of color #063FDA: hue angle of 223.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FDA is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 63 | 218 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.15 |
| HSL | 223.87º | 0.95% | 0.44% | - |
| HSV(B) | 223.87º | 0.97% | 0.85% | - |
| XYZ | 14.51 | 8.66 | 67.24 | - |
| YUV | 63.63 | 215.12 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 218 | 0.97 | 0.71 | 0 | 0.15 | 223.87 | 0.95 | 0.44 |
| Hex | 6 | 3F | DA | 61 | 47 | 0 | F | E0 | 5F | 2C |
| Octal | 6 | 77 | 332 | 141 | 107 | 0 | 17 | 340 | 137 | 54 |
| Binary | 110 | 111111 | 11011010 | 1100001 | 1000111 | 0 | 1111 | 11100000 | 1011111 | 101100 |
Color Harmonies of #063FDA
Complementary color
Monochromatic Colors of #063FDA
Black with #063FDA
Text Example
Text Example
White with #063FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FDA; }
p { color: rgb(6,63,218); }
H1.HeaderClassName
{
color: #063FDA;
}
.AnyTagClassName
{
color: #063FDA;
}
</style>
background-color css
<style>
a { background-color: #063FDA; }
a { background-color: rgb(6,63,218); }
div.DivClassName
{
background-color: #063FDA;
}
.BgClassName
{
background-color: #063FDA;
}
</style>
border-color css
<style>
span { border-color: #063FDA; }
span { border-color: rgb(6,63,218); }
td.TdClassName
{
border-color: #063FDA;
}
.TagClassName
{
border-color: #063FDA;
}
</style>