Shades of Persian Blue #063EEC
Tints of Persian Blue #063EEC
RGB
CMYK
RGB Variations
Color information
#063EEC (or 0x063EEC) is known color: Persian Blue. HEX triplet: 06, 3E and EC. RGB value is (6,62,236). Sum of RGB (Red+Green+Blue) = 6+62+236=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #063EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EEC is #F9C113. Grayscale: #404040. Windows color (decimal): -16367892 or 15482374. OLE color: 15482374.
HSL color Cylindrical-coordinate representation of color #063EEC: hue angle of 225.39º 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 #063EEC is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 62 | 236 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.07 |
| HSL | 225.39º | 0.95% | 0.47% | - |
| HSV(B) | 225.39º | 0.97% | 0.93% | - |
| XYZ | 16.94 | 9.54 | 80.31 | - |
| YUV | 65.09 | 224.45 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 236 | 0.97 | 0.74 | 0 | 0.07 | 225.39 | 0.95 | 0.47 |
| Hex | 6 | 3E | EC | 61 | 4A | 0 | 7 | E1 | 5F | 2F |
| Octal | 6 | 76 | 354 | 141 | 112 | 0 | 7 | 341 | 137 | 57 |
| Binary | 110 | 111110 | 11101100 | 1100001 | 1001010 | 0 | 111 | 11100001 | 1011111 | 101111 |
Color Harmonies of #063EEC
Complementary color
Monochromatic Colors of #063EEC
Black with #063EEC
Text Example
Text Example
White with #063EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EEC; }
p { color: rgb(6,62,236); }
H1.HeaderClassName
{
color: #063EEC;
}
.AnyTagClassName
{
color: #063EEC;
}
</style>
background-color css
<style>
a { background-color: #063EEC; }
a { background-color: rgb(6,62,236); }
div.DivClassName
{
background-color: #063EEC;
}
.BgClassName
{
background-color: #063EEC;
}
</style>
border-color css
<style>
span { border-color: #063EEC; }
span { border-color: rgb(6,62,236); }
td.TdClassName
{
border-color: #063EEC;
}
.TagClassName
{
border-color: #063EEC;
}
</style>