Shades of Persian Blue #0627DA
Tints of Persian Blue #0627DA
RGB
CMYK
RGB Variations
Color information
#0627DA (or 0x0627DA) is known color: Persian Blue. HEX triplet: 06, 27 and DA. RGB value is (6,39,218). Sum of RGB (Red+Green+Blue) = 6+39+218=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #0627DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0627DA is #F9D825. Grayscale: #303030. Windows color (decimal): -16373798 or 14296838. OLE color: 14296838.
HSL color Cylindrical-coordinate representation of color #0627DA: hue angle of 230.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0627DA is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 39 | 218 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.15 |
| HSL | 230.66º | 0.95% | 0.44% | - |
| HSV(B) | 230.66º | 0.97% | 0.85% | - |
| XYZ | 13.46 | 6.55 | 66.89 | - |
| YUV | 49.54 | 223.07 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 218 | 0.97 | 0.82 | 0 | 0.15 | 230.66 | 0.95 | 0.44 |
| Hex | 6 | 27 | DA | 61 | 52 | 0 | F | E7 | 5F | 2C |
| Octal | 6 | 47 | 332 | 141 | 122 | 0 | 17 | 347 | 137 | 54 |
| Binary | 110 | 100111 | 11011010 | 1100001 | 1010010 | 0 | 1111 | 11100111 | 1011111 | 101100 |
Color Harmonies of #0627DA
Complementary color
Monochromatic Colors of #0627DA
Black with #0627DA
Text Example
Text Example
White with #0627DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0627DA; }
p { color: rgb(6,39,218); }
H1.HeaderClassName
{
color: #0627DA;
}
.AnyTagClassName
{
color: #0627DA;
}
</style>
background-color css
<style>
a { background-color: #0627DA; }
a { background-color: rgb(6,39,218); }
div.DivClassName
{
background-color: #0627DA;
}
.BgClassName
{
background-color: #0627DA;
}
</style>
border-color css
<style>
span { border-color: #0627DA; }
span { border-color: rgb(6,39,218); }
td.TdClassName
{
border-color: #0627DA;
}
.TagClassName
{
border-color: #0627DA;
}
</style>