Shades of Persian Blue #0639DF
Tints of Persian Blue #0639DF
RGB
CMYK
RGB Variations
Color information
#0639DF (or 0x0639DF) is known color: Persian Blue. HEX triplet: 06, 39 and DF. RGB value is (6,57,223). Sum of RGB (Red+Green+Blue) = 6+57+223=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #0639DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0639DF is #F9C620. Grayscale: #3B3B3B. Windows color (decimal): -16369185 or 14629126. OLE color: 14629126.
HSL color Cylindrical-coordinate representation of color #0639DF: hue angle of 225.9º 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 #0639DF is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 57 | 223 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.13 |
| HSL | 225.9º | 0.95% | 0.45% | - |
| HSV(B) | 225.9º | 0.97% | 0.87% | - |
| XYZ | 14.86 | 8.29 | 70.63 | - |
| YUV | 60.68 | 219.6 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 223 | 0.97 | 0.74 | 0 | 0.13 | 225.9 | 0.95 | 0.45 |
| Hex | 6 | 39 | DF | 61 | 4A | 0 | D | E2 | 5F | 2D |
| Octal | 6 | 71 | 337 | 141 | 112 | 0 | 15 | 342 | 137 | 55 |
| Binary | 110 | 111001 | 11011111 | 1100001 | 1001010 | 0 | 1101 | 11100010 | 1011111 | 101101 |
Color Harmonies of #0639DF
Complementary color
Monochromatic Colors of #0639DF
Black with #0639DF
Text Example
Text Example
White with #0639DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0639DF; }
p { color: rgb(6,57,223); }
H1.HeaderClassName
{
color: #0639DF;
}
.AnyTagClassName
{
color: #0639DF;
}
</style>
background-color css
<style>
a { background-color: #0639DF; }
a { background-color: rgb(6,57,223); }
div.DivClassName
{
background-color: #0639DF;
}
.BgClassName
{
background-color: #0639DF;
}
</style>
border-color css
<style>
span { border-color: #0639DF; }
span { border-color: rgb(6,57,223); }
td.TdClassName
{
border-color: #0639DF;
}
.TagClassName
{
border-color: #0639DF;
}
</style>