Shades of Persian Blue #0643DB
Tints of Persian Blue #0643DB
RGB
CMYK
RGB Variations
Color information
#0643DB (or 0x0643DB) is known color: Persian Blue. HEX triplet: 06, 43 and DB. RGB value is (6,67,219). Sum of RGB (Red+Green+Blue) = 6+67+219=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #0643DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0643DB is #F9BC24. Grayscale: #414141. Windows color (decimal): -16366629 or 14369542. OLE color: 14369542.
HSL color Cylindrical-coordinate representation of color #0643DB: hue angle of 222.82º 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 #0643DB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 67 | 219 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.14 |
| HSL | 222.82º | 0.95% | 0.44% | - |
| HSV(B) | 222.82º | 0.97% | 0.86% | - |
| XYZ | 14.87 | 9.17 | 68 | - |
| YUV | 66.09 | 214.29 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 219 | 0.97 | 0.69 | 0 | 0.14 | 222.82 | 0.95 | 0.44 |
| Hex | 6 | 43 | DB | 61 | 45 | 0 | E | DF | 5F | 2C |
| Octal | 6 | 103 | 333 | 141 | 105 | 0 | 16 | 337 | 137 | 54 |
| Binary | 110 | 1000011 | 11011011 | 1100001 | 1000101 | 0 | 1110 | 11011111 | 1011111 | 101100 |
Color Harmonies of #0643DB
Complementary color
Monochromatic Colors of #0643DB
Black with #0643DB
Text Example
Text Example
White with #0643DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0643DB; }
p { color: rgb(6,67,219); }
H1.HeaderClassName
{
color: #0643DB;
}
.AnyTagClassName
{
color: #0643DB;
}
</style>
background-color css
<style>
a { background-color: #0643DB; }
a { background-color: rgb(6,67,219); }
div.DivClassName
{
background-color: #0643DB;
}
.BgClassName
{
background-color: #0643DB;
}
</style>
border-color css
<style>
span { border-color: #0643DB; }
span { border-color: rgb(6,67,219); }
td.TdClassName
{
border-color: #0643DB;
}
.TagClassName
{
border-color: #0643DB;
}
</style>