Shades of Persian Blue #063DD3
Tints of Persian Blue #063DD3
RGB
CMYK
RGB Variations
Color information
#063DD3 (or 0x063DD3) is known color: Persian Blue. HEX triplet: 06, 3D and D3. RGB value is (6,61,211). Sum of RGB (Red+Green+Blue) = 6+61+211=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 211 (82.81% from 255 or 75.90% from 278); Max value from RGB is 211 - color contains mainly: blue. Hex color #063DD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DD3 is #F9C22C. Grayscale: #3C3C3C. Windows color (decimal): -16368173 or 13843718. OLE color: 13843718.
HSL color Cylindrical-coordinate representation of color #063DD3: hue angle of 223.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DD3 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 61 | 211 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.17 |
| HSL | 223.9º | 0.94% | 0.43% | - |
| HSV(B) | 223.9º | 0.97% | 0.83% | - |
| XYZ | 13.5 | 8.08 | 62.48 | - |
| YUV | 61.66 | 212.28 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 211 | 0.97 | 0.71 | 0 | 0.17 | 223.9 | 0.94 | 0.43 |
| Hex | 6 | 3D | D3 | 61 | 47 | 0 | 11 | E0 | 5E | 2B |
| Octal | 6 | 75 | 323 | 141 | 107 | 0 | 21 | 340 | 136 | 53 |
| Binary | 110 | 111101 | 11010011 | 1100001 | 1000111 | 0 | 10001 | 11100000 | 1011110 | 101011 |
Color Harmonies of #063DD3
Complementary color
Monochromatic Colors of #063DD3
Black with #063DD3
Text Example
Text Example
White with #063DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DD3; }
p { color: rgb(6,61,211); }
H1.HeaderClassName
{
color: #063DD3;
}
.AnyTagClassName
{
color: #063DD3;
}
</style>
background-color css
<style>
a { background-color: #063DD3; }
a { background-color: rgb(6,61,211); }
div.DivClassName
{
background-color: #063DD3;
}
.BgClassName
{
background-color: #063DD3;
}
</style>
border-color css
<style>
span { border-color: #063DD3; }
span { border-color: rgb(6,61,211); }
td.TdClassName
{
border-color: #063DD3;
}
.TagClassName
{
border-color: #063DD3;
}
</style>