Shades of Persian Blue #0628DC
Tints of Persian Blue #0628DC
RGB
CMYK
RGB Variations
Color information
#0628DC (or 0x0628DC) is known color: Persian Blue. HEX triplet: 06, 28 and DC. RGB value is (6,40,220). Sum of RGB (Red+Green+Blue) = 6+40+220=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #0628DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0628DC is #F9D723. Grayscale: #313131. Windows color (decimal): -16373540 or 14428166. OLE color: 14428166.
HSL color Cylindrical-coordinate representation of color #0628DC: hue angle of 230.47º 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 #0628DC is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 40 | 220 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.14 |
| HSL | 230.47º | 0.95% | 0.44% | - |
| HSV(B) | 230.47º | 0.97% | 0.86% | - |
| XYZ | 13.75 | 6.72 | 68.28 | - |
| YUV | 50.35 | 223.74 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 220 | 0.97 | 0.82 | 0 | 0.14 | 230.47 | 0.95 | 0.44 |
| Hex | 6 | 28 | DC | 61 | 52 | 0 | E | E6 | 5F | 2C |
| Octal | 6 | 50 | 334 | 141 | 122 | 0 | 16 | 346 | 137 | 54 |
| Binary | 110 | 101000 | 11011100 | 1100001 | 1010010 | 0 | 1110 | 11100110 | 1011111 | 101100 |
Color Harmonies of #0628DC
Complementary color
Monochromatic Colors of #0628DC
Black with #0628DC
Text Example
Text Example
White with #0628DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0628DC; }
p { color: rgb(6,40,220); }
H1.HeaderClassName
{
color: #0628DC;
}
.AnyTagClassName
{
color: #0628DC;
}
</style>
background-color css
<style>
a { background-color: #0628DC; }
a { background-color: rgb(6,40,220); }
div.DivClassName
{
background-color: #0628DC;
}
.BgClassName
{
background-color: #0628DC;
}
</style>
border-color css
<style>
span { border-color: #0628DC; }
span { border-color: rgb(6,40,220); }
td.TdClassName
{
border-color: #0628DC;
}
.TagClassName
{
border-color: #0628DC;
}
</style>