Shades of Persian Blue #063DF3
Tints of Persian Blue #063DF3
RGB
CMYK
RGB Variations
Color information
#063DF3 (or 0x063DF3) is known color: Persian Blue. HEX triplet: 06, 3D and F3. RGB value is (6,61,243). Sum of RGB (Red+Green+Blue) = 6+61+243=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 243 (95.31% from 255 or 78.39% from 310); Max value from RGB is 243 - color contains mainly: blue. Hex color #063DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063DF3 is #F9C20C. Grayscale: #404040. Windows color (decimal): -16368141 or 15940870. OLE color: 15940870.
HSL color Cylindrical-coordinate representation of color #063DF3: hue angle of 226.08º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063DF3 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 61 | 243 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.05 |
| HSL | 226.08º | 0.95% | 0.49% | - |
| HSV(B) | 226.08º | 0.98% | 0.95% | - |
| XYZ | 17.92 | 9.85 | 85.75 | - |
| YUV | 65.3 | 228.28 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 243 | 0.98 | 0.75 | 0 | 0.05 | 226.08 | 0.95 | 0.49 |
| Hex | 6 | 3D | F3 | 62 | 4B | 0 | 5 | E2 | 5F | 31 |
| Octal | 6 | 75 | 363 | 142 | 113 | 0 | 5 | 342 | 137 | 61 |
| Binary | 110 | 111101 | 11110011 | 1100010 | 1001011 | 0 | 101 | 11100010 | 1011111 | 110001 |
Color Harmonies of #063DF3
Complementary color
Monochromatic Colors of #063DF3
Black with #063DF3
Text Example
Text Example
White with #063DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DF3; }
p { color: rgb(6,61,243); }
H1.HeaderClassName
{
color: #063DF3;
}
.AnyTagClassName
{
color: #063DF3;
}
</style>
background-color css
<style>
a { background-color: #063DF3; }
a { background-color: rgb(6,61,243); }
div.DivClassName
{
background-color: #063DF3;
}
.BgClassName
{
background-color: #063DF3;
}
</style>
border-color css
<style>
span { border-color: #063DF3; }
span { border-color: rgb(6,61,243); }
td.TdClassName
{
border-color: #063DF3;
}
.TagClassName
{
border-color: #063DF3;
}
</style>