Shades of Persian Blue #0632DC
Tints of Persian Blue #0632DC
RGB
CMYK
RGB Variations
Color information
#0632DC (or 0x0632DC) is known color: Persian Blue. HEX triplet: 06, 32 and DC. RGB value is (6,50,220). Sum of RGB (Red+Green+Blue) = 6+50+220=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #0632DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632DC is #F9CD23. Grayscale: #373737. Windows color (decimal): -16370980 or 14430726. OLE color: 14430726.
HSL color Cylindrical-coordinate representation of color #0632DC: hue angle of 227.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632DC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 50 | 220 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.14 |
| HSL | 227.66º | 0.95% | 0.44% | - |
| HSV(B) | 227.66º | 0.97% | 0.86% | - |
| XYZ | 14.13 | 7.49 | 68.41 | - |
| YUV | 56.22 | 220.42 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 220 | 0.97 | 0.77 | 0 | 0.14 | 227.66 | 0.95 | 0.44 |
| Hex | 6 | 32 | DC | 61 | 4D | 0 | E | E4 | 5F | 2C |
| Octal | 6 | 62 | 334 | 141 | 115 | 0 | 16 | 344 | 137 | 54 |
| Binary | 110 | 110010 | 11011100 | 1100001 | 1001101 | 0 | 1110 | 11100100 | 1011111 | 101100 |
Color Harmonies of #0632DC
Complementary color
Monochromatic Colors of #0632DC
Black with #0632DC
Text Example
Text Example
White with #0632DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0632DC; }
p { color: rgb(6,50,220); }
H1.HeaderClassName
{
color: #0632DC;
}
.AnyTagClassName
{
color: #0632DC;
}
</style>
background-color css
<style>
a { background-color: #0632DC; }
a { background-color: rgb(6,50,220); }
div.DivClassName
{
background-color: #0632DC;
}
.BgClassName
{
background-color: #0632DC;
}
</style>
border-color css
<style>
span { border-color: #0632DC; }
span { border-color: rgb(6,50,220); }
td.TdClassName
{
border-color: #0632DC;
}
.TagClassName
{
border-color: #0632DC;
}
</style>