Shades of Persian Blue #0629DF
Tints of Persian Blue #0629DF
RGB
CMYK
RGB Variations
Color information
#0629DF (or 0x0629DF) is known color: Persian Blue. HEX triplet: 06, 29 and DF. RGB value is (6,41,223). Sum of RGB (Red+Green+Blue) = 6+41+223=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #0629DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629DF is #F9D620. Grayscale: #323232. Windows color (decimal): -16373281 or 14625030. OLE color: 14625030.
HSL color Cylindrical-coordinate representation of color #0629DF: hue angle of 230.32º 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 #0629DF is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 41 | 223 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.13 |
| HSL | 230.32º | 0.95% | 0.45% | - |
| HSV(B) | 230.32º | 0.97% | 0.87% | - |
| XYZ | 14.19 | 6.95 | 70.41 | - |
| YUV | 51.28 | 224.9 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 223 | 0.97 | 0.82 | 0 | 0.13 | 230.32 | 0.95 | 0.45 |
| Hex | 6 | 29 | DF | 61 | 52 | 0 | D | E6 | 5F | 2D |
| Octal | 6 | 51 | 337 | 141 | 122 | 0 | 15 | 346 | 137 | 55 |
| Binary | 110 | 101001 | 11011111 | 1100001 | 1010010 | 0 | 1101 | 11100110 | 1011111 | 101101 |
Color Harmonies of #0629DF
Complementary color
Monochromatic Colors of #0629DF
Black with #0629DF
Text Example
Text Example
White with #0629DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0629DF; }
p { color: rgb(6,41,223); }
H1.HeaderClassName
{
color: #0629DF;
}
.AnyTagClassName
{
color: #0629DF;
}
</style>
background-color css
<style>
a { background-color: #0629DF; }
a { background-color: rgb(6,41,223); }
div.DivClassName
{
background-color: #0629DF;
}
.BgClassName
{
background-color: #0629DF;
}
</style>
border-color css
<style>
span { border-color: #0629DF; }
span { border-color: rgb(6,41,223); }
td.TdClassName
{
border-color: #0629DF;
}
.TagClassName
{
border-color: #0629DF;
}
</style>