Shades of Slate Blue #6464DB
Tints of Slate Blue #6464DB
RGB
CMYK
RGB Variations
Color information
#6464DB (or 0x6464DB) is known color: Slate Blue. HEX triplet: 64, 64 and DB. RGB value is (100,100,219). Sum of RGB (Red+Green+Blue) = 100+100+219=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6464DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6464DB is #9B9B24. Grayscale: #717171. Windows color (decimal): -10197797 or 14378084. OLE color: 14378084.
HSL color Cylindrical-coordinate representation of color #6464DB: hue angle of 240º 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 #6464DB is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 100 | 219 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.14 |
| HSL | 240º | 0.62% | 0.63% | - |
| HSV(B) | 240º | 0.54% | 0.86% | - |
| XYZ | 22.6 | 16.94 | 69.1 | - |
| YUV | 113.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 219 | 0.54 | 0.54 | 0 | 0.14 | 240 | 0.62 | 0.63 |
| Hex | 64 | 64 | DB | 36 | 36 | 0 | E | F0 | 3E | 3F |
| Octal | 144 | 144 | 333 | 66 | 66 | 0 | 16 | 360 | 76 | 77 |
| Binary | 1100100 | 1100100 | 11011011 | 110110 | 110110 | 0 | 1110 | 11110000 | 111110 | 111111 |
Color Harmonies of #6464DB
Complementary color
Monochromatic Colors of #6464DB
Black with #6464DB
Text Example
Text Example
White with #6464DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6464DB; }
p { color: rgb(100,100,219); }
H1.HeaderClassName
{
color: #6464DB;
}
.AnyTagClassName
{
color: #6464DB;
}
</style>
background-color css
<style>
a { background-color: #6464DB; }
a { background-color: rgb(100,100,219); }
div.DivClassName
{
background-color: #6464DB;
}
.BgClassName
{
background-color: #6464DB;
}
</style>
border-color css
<style>
span { border-color: #6464DB; }
span { border-color: rgb(100,100,219); }
td.TdClassName
{
border-color: #6464DB;
}
.TagClassName
{
border-color: #6464DB;
}
</style>