Shades of Persian Blue #0633DD
Tints of Persian Blue #0633DD
RGB
CMYK
RGB Variations
Color information
#0633DD (or 0x0633DD) is known color: Persian Blue. HEX triplet: 06, 33 and DD. RGB value is (6,51,221). Sum of RGB (Red+Green+Blue) = 6+51+221=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #0633DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0633DD is #F9CC22. Grayscale: #383838. Windows color (decimal): -16370723 or 14496518. OLE color: 14496518.
HSL color Cylindrical-coordinate representation of color #0633DD: hue angle of 227.44º 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 #0633DD is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 51 | 221 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.13 |
| HSL | 227.44º | 0.95% | 0.45% | - |
| HSV(B) | 227.44º | 0.97% | 0.87% | - |
| XYZ | 14.31 | 7.63 | 69.12 | - |
| YUV | 56.93 | 220.59 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 221 | 0.97 | 0.77 | 0 | 0.13 | 227.44 | 0.95 | 0.45 |
| Hex | 6 | 33 | DD | 61 | 4D | 0 | D | E3 | 5F | 2D |
| Octal | 6 | 63 | 335 | 141 | 115 | 0 | 15 | 343 | 137 | 55 |
| Binary | 110 | 110011 | 11011101 | 1100001 | 1001101 | 0 | 1101 | 11100011 | 1011111 | 101101 |
Color Harmonies of #0633DD
Complementary color
Monochromatic Colors of #0633DD
Black with #0633DD
Text Example
Text Example
White with #0633DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0633DD; }
p { color: rgb(6,51,221); }
H1.HeaderClassName
{
color: #0633DD;
}
.AnyTagClassName
{
color: #0633DD;
}
</style>
background-color css
<style>
a { background-color: #0633DD; }
a { background-color: rgb(6,51,221); }
div.DivClassName
{
background-color: #0633DD;
}
.BgClassName
{
background-color: #0633DD;
}
</style>
border-color css
<style>
span { border-color: #0633DD; }
span { border-color: rgb(6,51,221); }
td.TdClassName
{
border-color: #0633DD;
}
.TagClassName
{
border-color: #0633DD;
}
</style>