Shades of Persian Blue #0639CE
Tints of Persian Blue #0639CE
RGB
CMYK
RGB Variations
Color information
#0639CE (or 0x0639CE) is known color: Persian Blue. HEX triplet: 06, 39 and CE. RGB value is (6,57,206). Sum of RGB (Red+Green+Blue) = 6+57+206=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #0639CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0639CE is #F9C631. Grayscale: #3A3A3A. Windows color (decimal): -16369202 or 13515014. OLE color: 13515014.
HSL color Cylindrical-coordinate representation of color #0639CE: hue angle of 224.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0639CE is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 57 | 206 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.19 |
| HSL | 224.7º | 0.94% | 0.42% | - |
| HSV(B) | 224.7º | 0.97% | 0.81% | - |
| XYZ | 12.68 | 7.42 | 59.16 | - |
| YUV | 58.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 206 | 0.97 | 0.72 | 0 | 0.19 | 224.7 | 0.94 | 0.42 |
| Hex | 6 | 39 | CE | 61 | 48 | 0 | 13 | E1 | 5E | 2A |
| Octal | 6 | 71 | 316 | 141 | 110 | 0 | 23 | 341 | 136 | 52 |
| Binary | 110 | 111001 | 11001110 | 1100001 | 1001000 | 0 | 10011 | 11100001 | 1011110 | 101010 |
Color Harmonies of #0639CE
Complementary color
Monochromatic Colors of #0639CE
Black with #0639CE
Text Example
Text Example
White with #0639CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0639CE; }
p { color: rgb(6,57,206); }
H1.HeaderClassName
{
color: #0639CE;
}
.AnyTagClassName
{
color: #0639CE;
}
</style>
background-color css
<style>
a { background-color: #0639CE; }
a { background-color: rgb(6,57,206); }
div.DivClassName
{
background-color: #0639CE;
}
.BgClassName
{
background-color: #0639CE;
}
</style>
border-color css
<style>
span { border-color: #0639CE; }
span { border-color: rgb(6,57,206); }
td.TdClassName
{
border-color: #0639CE;
}
.TagClassName
{
border-color: #0639CE;
}
</style>