Shades of Persian Blue #0628DF
Tints of Persian Blue #0628DF
RGB
CMYK
RGB Variations
Color information
#0628DF (or 0x0628DF) is known color: Persian Blue. HEX triplet: 06, 28 and DF. RGB value is (6,40,223). Sum of RGB (Red+Green+Blue) = 6+40+223=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #0628DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0628DF is #F9D720. Grayscale: #313131. Windows color (decimal): -16373537 or 14624774. OLE color: 14624774.
HSL color Cylindrical-coordinate representation of color #0628DF: hue angle of 230.6º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0628DF is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 40 | 223 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.13 |
| HSL | 230.6º | 0.95% | 0.45% | - |
| HSV(B) | 230.6º | 0.97% | 0.87% | - |
| XYZ | 14.15 | 6.88 | 70.39 | - |
| YUV | 50.7 | 225.24 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 223 | 0.97 | 0.82 | 0 | 0.13 | 230.6 | 0.95 | 0.45 |
| Hex | 6 | 28 | DF | 61 | 52 | 0 | D | E7 | 5F | 2D |
| Octal | 6 | 50 | 337 | 141 | 122 | 0 | 15 | 347 | 137 | 55 |
| Binary | 110 | 101000 | 11011111 | 1100001 | 1010010 | 0 | 1101 | 11100111 | 1011111 | 101101 |
Color Harmonies of #0628DF
Complementary color
Monochromatic Colors of #0628DF
Black with #0628DF
Text Example
Text Example
White with #0628DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0628DF; }
p { color: rgb(6,40,223); }
H1.HeaderClassName
{
color: #0628DF;
}
.AnyTagClassName
{
color: #0628DF;
}
</style>
background-color css
<style>
a { background-color: #0628DF; }
a { background-color: rgb(6,40,223); }
div.DivClassName
{
background-color: #0628DF;
}
.BgClassName
{
background-color: #0628DF;
}
</style>
border-color css
<style>
span { border-color: #0628DF; }
span { border-color: rgb(6,40,223); }
td.TdClassName
{
border-color: #0628DF;
}
.TagClassName
{
border-color: #0628DF;
}
</style>