Shades of Persian Blue #0644DB
Tints of Persian Blue #0644DB
RGB
CMYK
RGB Variations
Color information
#0644DB (or 0x0644DB) is known color: Persian Blue. HEX triplet: 06, 44 and DB. RGB value is (6,68,219). Sum of RGB (Red+Green+Blue) = 6+68+219=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #0644DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644DB is #F9BB24. Grayscale: #424242. Windows color (decimal): -16366373 or 14369798. OLE color: 14369798.
HSL color Cylindrical-coordinate representation of color #0644DB: hue angle of 222.54º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0644DB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 68 | 219 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.14 |
| HSL | 222.54º | 0.95% | 0.44% | - |
| HSV(B) | 222.54º | 0.97% | 0.86% | - |
| XYZ | 14.93 | 9.29 | 68.02 | - |
| YUV | 66.68 | 213.96 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 219 | 0.97 | 0.69 | 0 | 0.14 | 222.54 | 0.95 | 0.44 |
| Hex | 6 | 44 | DB | 61 | 45 | 0 | E | DF | 5F | 2C |
| Octal | 6 | 104 | 333 | 141 | 105 | 0 | 16 | 337 | 137 | 54 |
| Binary | 110 | 1000100 | 11011011 | 1100001 | 1000101 | 0 | 1110 | 11011111 | 1011111 | 101100 |
Color Harmonies of #0644DB
Complementary color
Monochromatic Colors of #0644DB
Black with #0644DB
Text Example
Text Example
White with #0644DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0644DB; }
p { color: rgb(6,68,219); }
H1.HeaderClassName
{
color: #0644DB;
}
.AnyTagClassName
{
color: #0644DB;
}
</style>
background-color css
<style>
a { background-color: #0644DB; }
a { background-color: rgb(6,68,219); }
div.DivClassName
{
background-color: #0644DB;
}
.BgClassName
{
background-color: #0644DB;
}
</style>
border-color css
<style>
span { border-color: #0644DB; }
span { border-color: rgb(6,68,219); }
td.TdClassName
{
border-color: #0644DB;
}
.TagClassName
{
border-color: #0644DB;
}
</style>