Shades of Persian Blue #0627CB
Tints of Persian Blue #0627CB
RGB
CMYK
RGB Variations
Color information
#0627CB (or 0x0627CB) is known color: Persian Blue. HEX triplet: 06, 27 and CB. RGB value is (6,39,203). Sum of RGB (Red+Green+Blue) = 6+39+203=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #0627CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0627CB is #F9D834. Grayscale: #2F2F2F. Windows color (decimal): -16373813 or 13313798. OLE color: 13313798.
HSL color Cylindrical-coordinate representation of color #0627CB: hue angle of 229.95º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0627CB is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 39 | 203 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.20 |
| HSL | 229.95º | 0.94% | 0.41% | - |
| HSV(B) | 229.95º | 0.97% | 0.8% | - |
| XYZ | 11.58 | 5.8 | 57.01 | - |
| YUV | 47.83 | 215.57 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 203 | 0.97 | 0.81 | 0 | 0.20 | 229.95 | 0.94 | 0.41 |
| Hex | 6 | 27 | CB | 61 | 51 | 0 | 14 | E6 | 5E | 29 |
| Octal | 6 | 47 | 313 | 141 | 121 | 0 | 24 | 346 | 136 | 51 |
| Binary | 110 | 100111 | 11001011 | 1100001 | 1010001 | 0 | 10100 | 11100110 | 1011110 | 101001 |
Color Harmonies of #0627CB
Complementary color
Monochromatic Colors of #0627CB
Black with #0627CB
Text Example
Text Example
White with #0627CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0627CB; }
p { color: rgb(6,39,203); }
H1.HeaderClassName
{
color: #0627CB;
}
.AnyTagClassName
{
color: #0627CB;
}
</style>
background-color css
<style>
a { background-color: #0627CB; }
a { background-color: rgb(6,39,203); }
div.DivClassName
{
background-color: #0627CB;
}
.BgClassName
{
background-color: #0627CB;
}
</style>
border-color css
<style>
span { border-color: #0627CB; }
span { border-color: rgb(6,39,203); }
td.TdClassName
{
border-color: #0627CB;
}
.TagClassName
{
border-color: #0627CB;
}
</style>