Shades of Persian Blue #063CEB
Tints of Persian Blue #063CEB
RGB
CMYK
RGB Variations
Color information
#063CEB (or 0x063CEB) is known color: Persian Blue. HEX triplet: 06, 3C and EB. RGB value is (6,60,235). Sum of RGB (Red+Green+Blue) = 6+60+235=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #063CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CEB is #F9C314. Grayscale: #3F3F3F. Windows color (decimal): -16368405 or 15416326. OLE color: 15416326.
HSL color Cylindrical-coordinate representation of color #063CEB: hue angle of 225.85º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CEB is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 60 | 235 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.08 |
| HSL | 225.85º | 0.95% | 0.47% | - |
| HSV(B) | 225.85º | 0.97% | 0.92% | - |
| XYZ | 16.69 | 9.27 | 79.51 | - |
| YUV | 63.8 | 224.61 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 235 | 0.97 | 0.74 | 0 | 0.08 | 225.85 | 0.95 | 0.47 |
| Hex | 6 | 3C | EB | 61 | 4A | 0 | 8 | E2 | 5F | 2F |
| Octal | 6 | 74 | 353 | 141 | 112 | 0 | 10 | 342 | 137 | 57 |
| Binary | 110 | 111100 | 11101011 | 1100001 | 1001010 | 0 | 1000 | 11100010 | 1011111 | 101111 |
Color Harmonies of #063CEB
Complementary color
Monochromatic Colors of #063CEB
Black with #063CEB
Text Example
Text Example
White with #063CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CEB; }
p { color: rgb(6,60,235); }
H1.HeaderClassName
{
color: #063CEB;
}
.AnyTagClassName
{
color: #063CEB;
}
</style>
background-color css
<style>
a { background-color: #063CEB; }
a { background-color: rgb(6,60,235); }
div.DivClassName
{
background-color: #063CEB;
}
.BgClassName
{
background-color: #063CEB;
}
</style>
border-color css
<style>
span { border-color: #063CEB; }
span { border-color: rgb(6,60,235); }
td.TdClassName
{
border-color: #063CEB;
}
.TagClassName
{
border-color: #063CEB;
}
</style>