Shades of Persian Blue #0639F2
Tints of Persian Blue #0639F2
RGB
CMYK
RGB Variations
Color information
#0639F2 (or 0x0639F2) is known color: Persian Blue. HEX triplet: 06, 39 and F2. RGB value is (6,57,242). Sum of RGB (Red+Green+Blue) = 6+57+242=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #0639F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0639F2 is #F9C60D. Grayscale: #3E3E3E. Windows color (decimal): -16369166 or 15874310. OLE color: 15874310.
HSL color Cylindrical-coordinate representation of color #0639F2: hue angle of 227.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0639F2 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 57 | 242 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.05 |
| HSL | 227.03º | 0.95% | 0.49% | - |
| HSV(B) | 227.03º | 0.98% | 0.95% | - |
| XYZ | 17.57 | 9.38 | 84.89 | - |
| YUV | 62.84 | 229.1 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 242 | 0.98 | 0.76 | 0 | 0.05 | 227.03 | 0.95 | 0.49 |
| Hex | 6 | 39 | F2 | 62 | 4C | 0 | 5 | E3 | 5F | 31 |
| Octal | 6 | 71 | 362 | 142 | 114 | 0 | 5 | 343 | 137 | 61 |
| Binary | 110 | 111001 | 11110010 | 1100010 | 1001100 | 0 | 101 | 11100011 | 1011111 | 110001 |
Color Harmonies of #0639F2
Complementary color
Monochromatic Colors of #0639F2
Black with #0639F2
Text Example
Text Example
White with #0639F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0639F2; }
p { color: rgb(6,57,242); }
H1.HeaderClassName
{
color: #0639F2;
}
.AnyTagClassName
{
color: #0639F2;
}
</style>
background-color css
<style>
a { background-color: #0639F2; }
a { background-color: rgb(6,57,242); }
div.DivClassName
{
background-color: #0639F2;
}
.BgClassName
{
background-color: #0639F2;
}
</style>
border-color css
<style>
span { border-color: #0639F2; }
span { border-color: rgb(6,57,242); }
td.TdClassName
{
border-color: #0639F2;
}
.TagClassName
{
border-color: #0639F2;
}
</style>