Shades of Slate Blue #6473DB
Tints of Slate Blue #6473DB
RGB
CMYK
RGB Variations
Color information
#6473DB (or 0x6473DB) is known color: Slate Blue. HEX triplet: 64, 73 and DB. RGB value is (100,115,219). Sum of RGB (Red+Green+Blue) = 100+115+219=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6473DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473DB is #9B8C24. Grayscale: #797979. Windows color (decimal): -10193957 or 14381924. OLE color: 14381924.
HSL color Cylindrical-coordinate representation of color #6473DB: hue angle of 232.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6473DB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 115 | 219 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.14 |
| HSL | 232.44º | 0.62% | 0.63% | - |
| HSV(B) | 232.44º | 0.54% | 0.86% | - |
| XYZ | 24.17 | 20.09 | 69.62 | - |
| YUV | 122.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 219 | 0.54 | 0.47 | 0 | 0.14 | 232.44 | 0.62 | 0.63 |
| Hex | 64 | 73 | DB | 36 | 2F | 0 | E | E8 | 3E | 3F |
| Octal | 144 | 163 | 333 | 66 | 57 | 0 | 16 | 350 | 76 | 77 |
| Binary | 1100100 | 1110011 | 11011011 | 110110 | 101111 | 0 | 1110 | 11101000 | 111110 | 111111 |
Color Harmonies of #6473DB
Complementary color
Monochromatic Colors of #6473DB
Black with #6473DB
Text Example
Text Example
White with #6473DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473DB; }
p { color: rgb(100,115,219); }
H1.HeaderClassName
{
color: #6473DB;
}
.AnyTagClassName
{
color: #6473DB;
}
</style>
background-color css
<style>
a { background-color: #6473DB; }
a { background-color: rgb(100,115,219); }
div.DivClassName
{
background-color: #6473DB;
}
.BgClassName
{
background-color: #6473DB;
}
</style>
border-color css
<style>
span { border-color: #6473DB; }
span { border-color: rgb(100,115,219); }
td.TdClassName
{
border-color: #6473DB;
}
.TagClassName
{
border-color: #6473DB;
}
</style>