Shades of Persian Blue #063DCB
Tints of Persian Blue #063DCB
RGB
CMYK
RGB Variations
Color information
#063DCB (or 0x063DCB) is known color: Persian Blue. HEX triplet: 06, 3D and CB. RGB value is (6,61,203). Sum of RGB (Red+Green+Blue) = 6+61+203=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #063DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DCB is #F9C234. Grayscale: #3C3C3C. Windows color (decimal): -16368181 or 13319430. OLE color: 13319430.
HSL color Cylindrical-coordinate representation of color #063DCB: hue angle of 223.25º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DCB is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 61 | 203 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.20 |
| HSL | 223.25º | 0.94% | 0.41% | - |
| HSV(B) | 223.25º | 0.97% | 0.8% | - |
| XYZ | 12.52 | 7.69 | 57.32 | - |
| YUV | 60.74 | 208.28 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 203 | 0.97 | 0.70 | 0 | 0.20 | 223.25 | 0.94 | 0.41 |
| Hex | 6 | 3D | CB | 61 | 46 | 0 | 14 | DF | 5E | 29 |
| Octal | 6 | 75 | 313 | 141 | 106 | 0 | 24 | 337 | 136 | 51 |
| Binary | 110 | 111101 | 11001011 | 1100001 | 1000110 | 0 | 10100 | 11011111 | 1011110 | 101001 |
Color Harmonies of #063DCB
Complementary color
Monochromatic Colors of #063DCB
Black with #063DCB
Text Example
Text Example
White with #063DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DCB; }
p { color: rgb(6,61,203); }
H1.HeaderClassName
{
color: #063DCB;
}
.AnyTagClassName
{
color: #063DCB;
}
</style>
background-color css
<style>
a { background-color: #063DCB; }
a { background-color: rgb(6,61,203); }
div.DivClassName
{
background-color: #063DCB;
}
.BgClassName
{
background-color: #063DCB;
}
</style>
border-color css
<style>
span { border-color: #063DCB; }
span { border-color: rgb(6,61,203); }
td.TdClassName
{
border-color: #063DCB;
}
.TagClassName
{
border-color: #063DCB;
}
</style>