Shades of Persian Blue #063CE9
Tints of Persian Blue #063CE9
RGB
CMYK
RGB Variations
Color information
#063CE9 (or 0x063CE9) is known color: Persian Blue. HEX triplet: 06, 3C and E9. RGB value is (6,60,233). Sum of RGB (Red+Green+Blue) = 6+60+233=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 233 (91.41% from 255 or 77.93% from 299); Max value from RGB is 233 - color contains mainly: blue. Hex color #063CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CE9 is #F9C316. Grayscale: #3E3E3E. Windows color (decimal): -16368407 or 15285254. OLE color: 15285254.
HSL color Cylindrical-coordinate representation of color #063CE9: hue angle of 225.73º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CE9 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 60 | 233 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.09 |
| HSL | 225.73º | 0.95% | 0.47% | - |
| HSV(B) | 225.73º | 0.97% | 0.91% | - |
| XYZ | 16.4 | 9.15 | 77.99 | - |
| YUV | 63.58 | 223.61 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 233 | 0.97 | 0.74 | 0 | 0.09 | 225.73 | 0.95 | 0.47 |
| Hex | 6 | 3C | E9 | 61 | 4A | 0 | 9 | E2 | 5F | 2F |
| Octal | 6 | 74 | 351 | 141 | 112 | 0 | 11 | 342 | 137 | 57 |
| Binary | 110 | 111100 | 11101001 | 1100001 | 1001010 | 0 | 1001 | 11100010 | 1011111 | 101111 |
Color Harmonies of #063CE9
Complementary color
Monochromatic Colors of #063CE9
Black with #063CE9
Text Example
Text Example
White with #063CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CE9; }
p { color: rgb(6,60,233); }
H1.HeaderClassName
{
color: #063CE9;
}
.AnyTagClassName
{
color: #063CE9;
}
</style>
background-color css
<style>
a { background-color: #063CE9; }
a { background-color: rgb(6,60,233); }
div.DivClassName
{
background-color: #063CE9;
}
.BgClassName
{
background-color: #063CE9;
}
</style>
border-color css
<style>
span { border-color: #063CE9; }
span { border-color: rgb(6,60,233); }
td.TdClassName
{
border-color: #063CE9;
}
.TagClassName
{
border-color: #063CE9;
}
</style>