Shades of Persian Blue #063FE8
Tints of Persian Blue #063FE8
RGB
CMYK
RGB Variations
Color information
#063FE8 (or 0x063FE8) is known color: Persian Blue. HEX triplet: 06, 3F and E8. RGB value is (6,63,232). Sum of RGB (Red+Green+Blue) = 6+63+232=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 232 (91.02% from 255 or 77.08% from 301); Max value from RGB is 232 - color contains mainly: blue. Hex color #063FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FE8 is #F9C017. Grayscale: #404040. Windows color (decimal): -16367640 or 15220486. OLE color: 15220486.
HSL color Cylindrical-coordinate representation of color #063FE8: hue angle of 224.87º 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 #063FE8 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 63 | 232 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.09 |
| HSL | 224.87º | 0.95% | 0.47% | - |
| HSV(B) | 224.87º | 0.97% | 0.91% | - |
| XYZ | 16.42 | 9.42 | 77.3 | - |
| YUV | 65.22 | 222.12 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 232 | 0.97 | 0.73 | 0 | 0.09 | 224.87 | 0.95 | 0.47 |
| Hex | 6 | 3F | E8 | 61 | 49 | 0 | 9 | E1 | 5F | 2F |
| Octal | 6 | 77 | 350 | 141 | 111 | 0 | 11 | 341 | 137 | 57 |
| Binary | 110 | 111111 | 11101000 | 1100001 | 1001001 | 0 | 1001 | 11100001 | 1011111 | 101111 |
Color Harmonies of #063FE8
Complementary color
Monochromatic Colors of #063FE8
Black with #063FE8
Text Example
Text Example
White with #063FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FE8; }
p { color: rgb(6,63,232); }
H1.HeaderClassName
{
color: #063FE8;
}
.AnyTagClassName
{
color: #063FE8;
}
</style>
background-color css
<style>
a { background-color: #063FE8; }
a { background-color: rgb(6,63,232); }
div.DivClassName
{
background-color: #063FE8;
}
.BgClassName
{
background-color: #063FE8;
}
</style>
border-color css
<style>
span { border-color: #063FE8; }
span { border-color: rgb(6,63,232); }
td.TdClassName
{
border-color: #063FE8;
}
.TagClassName
{
border-color: #063FE8;
}
</style>