Shades of Persian Blue #063BCF
Tints of Persian Blue #063BCF
RGB
CMYK
RGB Variations
Color information
#063BCF (or 0x063BCF) is known color: Persian Blue. HEX triplet: 06, 3B and CF. RGB value is (6,59,207). Sum of RGB (Red+Green+Blue) = 6+59+207=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #063BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BCF is #F9C430. Grayscale: #3B3B3B. Windows color (decimal): -16368689 or 13581062. OLE color: 13581062.
HSL color Cylindrical-coordinate representation of color #063BCF: hue angle of 224.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BCF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 59 | 207 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.19 |
| HSL | 224.18º | 0.94% | 0.42% | - |
| HSV(B) | 224.18º | 0.97% | 0.81% | - |
| XYZ | 12.9 | 7.67 | 59.83 | - |
| YUV | 60.03 | 210.94 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 207 | 0.97 | 0.71 | 0 | 0.19 | 224.18 | 0.94 | 0.42 |
| Hex | 6 | 3B | CF | 61 | 47 | 0 | 13 | E0 | 5E | 2A |
| Octal | 6 | 73 | 317 | 141 | 107 | 0 | 23 | 340 | 136 | 52 |
| Binary | 110 | 111011 | 11001111 | 1100001 | 1000111 | 0 | 10011 | 11100000 | 1011110 | 101010 |
Color Harmonies of #063BCF
Complementary color
Monochromatic Colors of #063BCF
Black with #063BCF
Text Example
Text Example
White with #063BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BCF; }
p { color: rgb(6,59,207); }
H1.HeaderClassName
{
color: #063BCF;
}
.AnyTagClassName
{
color: #063BCF;
}
</style>
background-color css
<style>
a { background-color: #063BCF; }
a { background-color: rgb(6,59,207); }
div.DivClassName
{
background-color: #063BCF;
}
.BgClassName
{
background-color: #063BCF;
}
</style>
border-color css
<style>
span { border-color: #063BCF; }
span { border-color: rgb(6,59,207); }
td.TdClassName
{
border-color: #063BCF;
}
.TagClassName
{
border-color: #063BCF;
}
</style>