Shades of Persian Blue #0634DC
Tints of Persian Blue #0634DC
RGB
CMYK
RGB Variations
Color information
#0634DC (or 0x0634DC) is known color: Persian Blue. HEX triplet: 06, 34 and DC. RGB value is (6,52,220). Sum of RGB (Red+Green+Blue) = 6+52+220=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #0634DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634DC is #F9CB23. Grayscale: #383838. Windows color (decimal): -16370468 or 14431238. OLE color: 14431238.
HSL color Cylindrical-coordinate representation of color #0634DC: hue angle of 227.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 #0634DC is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 52 | 220 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.14 |
| HSL | 227.1º | 0.95% | 0.44% | - |
| HSV(B) | 227.1º | 0.97% | 0.86% | - |
| XYZ | 14.22 | 7.66 | 68.44 | - |
| YUV | 57.4 | 219.76 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 220 | 0.97 | 0.76 | 0 | 0.14 | 227.1 | 0.95 | 0.44 |
| Hex | 6 | 34 | DC | 61 | 4C | 0 | E | E3 | 5F | 2C |
| Octal | 6 | 64 | 334 | 141 | 114 | 0 | 16 | 343 | 137 | 54 |
| Binary | 110 | 110100 | 11011100 | 1100001 | 1001100 | 0 | 1110 | 11100011 | 1011111 | 101100 |
Color Harmonies of #0634DC
Complementary color
Monochromatic Colors of #0634DC
Black with #0634DC
Text Example
Text Example
White with #0634DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0634DC; }
p { color: rgb(6,52,220); }
H1.HeaderClassName
{
color: #0634DC;
}
.AnyTagClassName
{
color: #0634DC;
}
</style>
background-color css
<style>
a { background-color: #0634DC; }
a { background-color: rgb(6,52,220); }
div.DivClassName
{
background-color: #0634DC;
}
.BgClassName
{
background-color: #0634DC;
}
</style>
border-color css
<style>
span { border-color: #0634DC; }
span { border-color: rgb(6,52,220); }
td.TdClassName
{
border-color: #0634DC;
}
.TagClassName
{
border-color: #0634DC;
}
</style>