Shades of Persian Blue #0642DB
Tints of Persian Blue #0642DB
RGB
CMYK
RGB Variations
Color information
#0642DB (or 0x0642DB) is known color: Persian Blue. HEX triplet: 06, 42 and DB. RGB value is (6,66,219). Sum of RGB (Red+Green+Blue) = 6+66+219=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #0642DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0642DB is #F9BD24. Grayscale: #404040. Windows color (decimal): -16366885 or 14369286. OLE color: 14369286.
HSL color Cylindrical-coordinate representation of color #0642DB: hue angle of 223.1º 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 #0642DB is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 66 | 219 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.14 |
| HSL | 223.1º | 0.95% | 0.44% | - |
| HSV(B) | 223.1º | 0.97% | 0.86% | - |
| XYZ | 14.81 | 9.05 | 67.98 | - |
| YUV | 65.5 | 214.62 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 219 | 0.97 | 0.70 | 0 | 0.14 | 223.1 | 0.95 | 0.44 |
| Hex | 6 | 42 | DB | 61 | 46 | 0 | E | DF | 5F | 2C |
| Octal | 6 | 102 | 333 | 141 | 106 | 0 | 16 | 337 | 137 | 54 |
| Binary | 110 | 1000010 | 11011011 | 1100001 | 1000110 | 0 | 1110 | 11011111 | 1011111 | 101100 |
Color Harmonies of #0642DB
Complementary color
Monochromatic Colors of #0642DB
Black with #0642DB
Text Example
Text Example
White with #0642DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0642DB; }
p { color: rgb(6,66,219); }
H1.HeaderClassName
{
color: #0642DB;
}
.AnyTagClassName
{
color: #0642DB;
}
</style>
background-color css
<style>
a { background-color: #0642DB; }
a { background-color: rgb(6,66,219); }
div.DivClassName
{
background-color: #0642DB;
}
.BgClassName
{
background-color: #0642DB;
}
</style>
border-color css
<style>
span { border-color: #0642DB; }
span { border-color: rgb(6,66,219); }
td.TdClassName
{
border-color: #0642DB;
}
.TagClassName
{
border-color: #0642DB;
}
</style>