Shades of Persian Blue #063BE6
Tints of Persian Blue #063BE6
RGB
CMYK
RGB Variations
Color information
#063BE6 (or 0x063BE6) is known color: Persian Blue. HEX triplet: 06, 3B and E6. RGB value is (6,59,230). Sum of RGB (Red+Green+Blue) = 6+59+230=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #063BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BE6 is #F9C419. Grayscale: #3D3D3D. Windows color (decimal): -16368666 or 15088390. OLE color: 15088390.
HSL color Cylindrical-coordinate representation of color #063BE6: hue angle of 225.8º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BE6 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 59 | 230 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.10 |
| HSL | 225.8º | 0.95% | 0.46% | - |
| HSV(B) | 225.8º | 0.97% | 0.9% | - |
| XYZ | 15.92 | 8.88 | 75.74 | - |
| YUV | 62.65 | 222.44 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 230 | 0.97 | 0.74 | 0 | 0.10 | 225.8 | 0.95 | 0.46 |
| Hex | 6 | 3B | E6 | 61 | 4A | 0 | A | E2 | 5F | 2E |
| Octal | 6 | 73 | 346 | 141 | 112 | 0 | 12 | 342 | 137 | 56 |
| Binary | 110 | 111011 | 11100110 | 1100001 | 1001010 | 0 | 1010 | 11100010 | 1011111 | 101110 |
Color Harmonies of #063BE6
Complementary color
Monochromatic Colors of #063BE6
Black with #063BE6
Text Example
Text Example
White with #063BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BE6; }
p { color: rgb(6,59,230); }
H1.HeaderClassName
{
color: #063BE6;
}
.AnyTagClassName
{
color: #063BE6;
}
</style>
background-color css
<style>
a { background-color: #063BE6; }
a { background-color: rgb(6,59,230); }
div.DivClassName
{
background-color: #063BE6;
}
.BgClassName
{
background-color: #063BE6;
}
</style>
border-color css
<style>
span { border-color: #063BE6; }
span { border-color: rgb(6,59,230); }
td.TdClassName
{
border-color: #063BE6;
}
.TagClassName
{
border-color: #063BE6;
}
</style>