Shades of Persian Blue #0634DB
Tints of Persian Blue #0634DB
RGB
CMYK
RGB Variations
Color information
#0634DB (or 0x0634DB) is known color: Persian Blue. HEX triplet: 06, 34 and DB. RGB value is (6,52,219). Sum of RGB (Red+Green+Blue) = 6+52+219=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #0634DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634DB is #F9CB24. Grayscale: #383838. Windows color (decimal): -16370469 or 14365702. OLE color: 14365702.
HSL color Cylindrical-coordinate representation of color #0634DB: hue angle of 227.04º 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 #0634DB is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 52 | 219 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.14 |
| HSL | 227.04º | 0.95% | 0.44% | - |
| HSV(B) | 227.04º | 0.97% | 0.86% | - |
| XYZ | 14.09 | 7.61 | 67.74 | - |
| YUV | 57.28 | 219.26 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 219 | 0.97 | 0.76 | 0 | 0.14 | 227.04 | 0.95 | 0.44 |
| Hex | 6 | 34 | DB | 61 | 4C | 0 | E | E3 | 5F | 2C |
| Octal | 6 | 64 | 333 | 141 | 114 | 0 | 16 | 343 | 137 | 54 |
| Binary | 110 | 110100 | 11011011 | 1100001 | 1001100 | 0 | 1110 | 11100011 | 1011111 | 101100 |
Color Harmonies of #0634DB
Complementary color
Monochromatic Colors of #0634DB
Black with #0634DB
Text Example
Text Example
White with #0634DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0634DB; }
p { color: rgb(6,52,219); }
H1.HeaderClassName
{
color: #0634DB;
}
.AnyTagClassName
{
color: #0634DB;
}
</style>
background-color css
<style>
a { background-color: #0634DB; }
a { background-color: rgb(6,52,219); }
div.DivClassName
{
background-color: #0634DB;
}
.BgClassName
{
background-color: #0634DB;
}
</style>
border-color css
<style>
span { border-color: #0634DB; }
span { border-color: rgb(6,52,219); }
td.TdClassName
{
border-color: #0634DB;
}
.TagClassName
{
border-color: #0634DB;
}
</style>