Shades of Persian Blue #063CDA
Tints of Persian Blue #063CDA
RGB
CMYK
RGB Variations
Color information
#063CDA (or 0x063CDA) is known color: Persian Blue. HEX triplet: 06, 3C and DA. RGB value is (6,60,218). Sum of RGB (Red+Green+Blue) = 6+60+218=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #063CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CDA is #F9C325. Grayscale: #3D3D3D. Windows color (decimal): -16368422 or 14302214. OLE color: 14302214.
HSL color Cylindrical-coordinate representation of color #063CDA: hue angle of 224.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CDA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 60 | 218 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.15 |
| HSL | 224.72º | 0.95% | 0.44% | - |
| HSV(B) | 224.72º | 0.97% | 0.85% | - |
| XYZ | 14.35 | 8.33 | 67.18 | - |
| YUV | 61.87 | 216.11 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 218 | 0.97 | 0.72 | 0 | 0.15 | 224.72 | 0.95 | 0.44 |
| Hex | 6 | 3C | DA | 61 | 48 | 0 | F | E1 | 5F | 2C |
| Octal | 6 | 74 | 332 | 141 | 110 | 0 | 17 | 341 | 137 | 54 |
| Binary | 110 | 111100 | 11011010 | 1100001 | 1001000 | 0 | 1111 | 11100001 | 1011111 | 101100 |
Color Harmonies of #063CDA
Complementary color
Monochromatic Colors of #063CDA
Black with #063CDA
Text Example
Text Example
White with #063CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CDA; }
p { color: rgb(6,60,218); }
H1.HeaderClassName
{
color: #063CDA;
}
.AnyTagClassName
{
color: #063CDA;
}
</style>
background-color css
<style>
a { background-color: #063CDA; }
a { background-color: rgb(6,60,218); }
div.DivClassName
{
background-color: #063CDA;
}
.BgClassName
{
background-color: #063CDA;
}
</style>
border-color css
<style>
span { border-color: #063CDA; }
span { border-color: rgb(6,60,218); }
td.TdClassName
{
border-color: #063CDA;
}
.TagClassName
{
border-color: #063CDA;
}
</style>