Shades of Persian Blue #063FEC
Tints of Persian Blue #063FEC
RGB
CMYK
RGB Variations
Color information
#063FEC (or 0x063FEC) is known color: Persian Blue. HEX triplet: 06, 3F and EC. RGB value is (6,63,236). Sum of RGB (Red+Green+Blue) = 6+63+236=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #063FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FEC is #F9C013. Grayscale: #404040. Windows color (decimal): -16367636 or 15482630. OLE color: 15482630.
HSL color Cylindrical-coordinate representation of color #063FEC: hue angle of 225.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FEC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 63 | 236 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.07 |
| HSL | 225.13º | 0.95% | 0.47% | - |
| HSV(B) | 225.13º | 0.97% | 0.93% | - |
| XYZ | 16.99 | 9.65 | 80.32 | - |
| YUV | 65.68 | 224.12 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 236 | 0.97 | 0.73 | 0 | 0.07 | 225.13 | 0.95 | 0.47 |
| Hex | 6 | 3F | EC | 61 | 49 | 0 | 7 | E1 | 5F | 2F |
| Octal | 6 | 77 | 354 | 141 | 111 | 0 | 7 | 341 | 137 | 57 |
| Binary | 110 | 111111 | 11101100 | 1100001 | 1001001 | 0 | 111 | 11100001 | 1011111 | 101111 |
Color Harmonies of #063FEC
Complementary color
Monochromatic Colors of #063FEC
Black with #063FEC
Text Example
Text Example
White with #063FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FEC; }
p { color: rgb(6,63,236); }
H1.HeaderClassName
{
color: #063FEC;
}
.AnyTagClassName
{
color: #063FEC;
}
</style>
background-color css
<style>
a { background-color: #063FEC; }
a { background-color: rgb(6,63,236); }
div.DivClassName
{
background-color: #063FEC;
}
.BgClassName
{
background-color: #063FEC;
}
</style>
border-color css
<style>
span { border-color: #063FEC; }
span { border-color: rgb(6,63,236); }
td.TdClassName
{
border-color: #063FEC;
}
.TagClassName
{
border-color: #063FEC;
}
</style>