Shades of Persian Blue #0633DF
Tints of Persian Blue #0633DF
RGB
CMYK
RGB Variations
Color information
#0633DF (or 0x0633DF) is known color: Persian Blue. HEX triplet: 06, 33 and DF. RGB value is (6,51,223). Sum of RGB (Red+Green+Blue) = 6+51+223=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0633DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0633DF is #F9CC20. Grayscale: #383838. Windows color (decimal): -16370721 or 14627590. OLE color: 14627590.
HSL color Cylindrical-coordinate representation of color #0633DF: hue angle of 227.56º 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 #0633DF is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 51 | 223 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.13 |
| HSL | 227.56º | 0.95% | 0.45% | - |
| HSV(B) | 227.56º | 0.97% | 0.87% | - |
| XYZ | 14.58 | 7.73 | 70.54 | - |
| YUV | 57.15 | 221.59 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 223 | 0.97 | 0.77 | 0 | 0.13 | 227.56 | 0.95 | 0.45 |
| Hex | 6 | 33 | DF | 61 | 4D | 0 | D | E4 | 5F | 2D |
| Octal | 6 | 63 | 337 | 141 | 115 | 0 | 15 | 344 | 137 | 55 |
| Binary | 110 | 110011 | 11011111 | 1100001 | 1001101 | 0 | 1101 | 11100100 | 1011111 | 101101 |
Color Harmonies of #0633DF
Complementary color
Monochromatic Colors of #0633DF
Black with #0633DF
Text Example
Text Example
White with #0633DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0633DF; }
p { color: rgb(6,51,223); }
H1.HeaderClassName
{
color: #0633DF;
}
.AnyTagClassName
{
color: #0633DF;
}
</style>
background-color css
<style>
a { background-color: #0633DF; }
a { background-color: rgb(6,51,223); }
div.DivClassName
{
background-color: #0633DF;
}
.BgClassName
{
background-color: #0633DF;
}
</style>
border-color css
<style>
span { border-color: #0633DF; }
span { border-color: rgb(6,51,223); }
td.TdClassName
{
border-color: #0633DF;
}
.TagClassName
{
border-color: #0633DF;
}
</style>