Shades of Slate Blue #6460DB
Tints of Slate Blue #6460DB
RGB
CMYK
RGB Variations
Color information
#6460DB (or 0x6460DB) is known color: Slate Blue. HEX triplet: 64, 60 and DB. RGB value is (100,96,219). Sum of RGB (Red+Green+Blue) = 100+96+219=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #6460DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460DB is #9B9F24. Grayscale: #6E6E6E. Windows color (decimal): -10198821 or 14377060. OLE color: 14377060.
HSL color Cylindrical-coordinate representation of color #6460DB: hue angle of 241.95º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6460DB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 96 | 219 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.14 |
| HSL | 241.95º | 0.63% | 0.62% | - |
| HSV(B) | 241.95º | 0.56% | 0.86% | - |
| XYZ | 22.22 | 16.19 | 68.97 | - |
| YUV | 111.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 219 | 0.54 | 0.56 | 0 | 0.14 | 241.95 | 0.63 | 0.62 |
| Hex | 64 | 60 | DB | 36 | 38 | 0 | E | F2 | 3F | 3E |
| Octal | 144 | 140 | 333 | 66 | 70 | 0 | 16 | 362 | 77 | 76 |
| Binary | 1100100 | 1100000 | 11011011 | 110110 | 111000 | 0 | 1110 | 11110010 | 111111 | 111110 |
Color Harmonies of #6460DB
Complementary color
Monochromatic Colors of #6460DB
Black with #6460DB
Text Example
Text Example
White with #6460DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6460DB; }
p { color: rgb(100,96,219); }
H1.HeaderClassName
{
color: #6460DB;
}
.AnyTagClassName
{
color: #6460DB;
}
</style>
background-color css
<style>
a { background-color: #6460DB; }
a { background-color: rgb(100,96,219); }
div.DivClassName
{
background-color: #6460DB;
}
.BgClassName
{
background-color: #6460DB;
}
</style>
border-color css
<style>
span { border-color: #6460DB; }
span { border-color: rgb(100,96,219); }
td.TdClassName
{
border-color: #6460DB;
}
.TagClassName
{
border-color: #6460DB;
}
</style>