Shades of Persian Blue #0637D0
Tints of Persian Blue #0637D0
RGB
CMYK
RGB Variations
Color information
#0637D0 (or 0x0637D0) is known color: Persian Blue. HEX triplet: 06, 37 and D0. RGB value is (6,55,208). Sum of RGB (Red+Green+Blue) = 6+55+208=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #0637D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637D0 is #F9C82F. Grayscale: #393939. Windows color (decimal): -16369712 or 13645574. OLE color: 13645574.
HSL color Cylindrical-coordinate representation of color #0637D0: hue angle of 225.45º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0637D0 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 55 | 208 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.18 |
| HSL | 225.45º | 0.94% | 0.42% | - |
| HSV(B) | 225.45º | 0.97% | 0.82% | - |
| XYZ | 12.83 | 7.33 | 60.41 | - |
| YUV | 57.79 | 212.77 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 208 | 0.97 | 0.74 | 0 | 0.18 | 225.45 | 0.94 | 0.42 |
| Hex | 6 | 37 | D0 | 61 | 4A | 0 | 12 | E1 | 5E | 2A |
| Octal | 6 | 67 | 320 | 141 | 112 | 0 | 22 | 341 | 136 | 52 |
| Binary | 110 | 110111 | 11010000 | 1100001 | 1001010 | 0 | 10010 | 11100001 | 1011110 | 101010 |
Color Harmonies of #0637D0
Complementary color
Monochromatic Colors of #0637D0
Black with #0637D0
Text Example
Text Example
White with #0637D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637D0; }
p { color: rgb(6,55,208); }
H1.HeaderClassName
{
color: #0637D0;
}
.AnyTagClassName
{
color: #0637D0;
}
</style>
background-color css
<style>
a { background-color: #0637D0; }
a { background-color: rgb(6,55,208); }
div.DivClassName
{
background-color: #0637D0;
}
.BgClassName
{
background-color: #0637D0;
}
</style>
border-color css
<style>
span { border-color: #0637D0; }
span { border-color: rgb(6,55,208); }
td.TdClassName
{
border-color: #0637D0;
}
.TagClassName
{
border-color: #0637D0;
}
</style>