Shades of Slate Blue #6460DC
Tints of Slate Blue #6460DC
RGB
CMYK
RGB Variations
Color information
#6460DC (or 0x6460DC) is known color: Slate Blue. HEX triplet: 64, 60 and DC. RGB value is (100,96,220). Sum of RGB (Red+Green+Blue) = 100+96+220=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #6460DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460DC is #9B9F23. Grayscale: #6E6E6E. Windows color (decimal): -10198820 or 14442596. OLE color: 14442596.
HSL color Cylindrical-coordinate representation of color #6460DC: hue angle of 241.94º degrees, saturation: 0.64, 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 #6460DC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 96 | 220 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.14 |
| HSL | 241.94º | 0.64% | 0.62% | - |
| HSV(B) | 241.94º | 0.56% | 0.86% | - |
| XYZ | 22.36 | 16.24 | 69.67 | - |
| YUV | 111.33 | 189.33 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 220 | 0.55 | 0.56 | 0 | 0.14 | 241.94 | 0.64 | 0.62 |
| Hex | 64 | 60 | DC | 37 | 38 | 0 | E | F2 | 40 | 3E |
| Octal | 144 | 140 | 334 | 67 | 70 | 0 | 16 | 362 | 100 | 76 |
| Binary | 1100100 | 1100000 | 11011100 | 110111 | 111000 | 0 | 1110 | 11110010 | 1000000 | 111110 |
Color Harmonies of #6460DC
Complementary color
Monochromatic Colors of #6460DC
Black with #6460DC
Text Example
Text Example
White with #6460DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6460DC; }
p { color: rgb(100,96,220); }
H1.HeaderClassName
{
color: #6460DC;
}
.AnyTagClassName
{
color: #6460DC;
}
</style>
background-color css
<style>
a { background-color: #6460DC; }
a { background-color: rgb(100,96,220); }
div.DivClassName
{
background-color: #6460DC;
}
.BgClassName
{
background-color: #6460DC;
}
</style>
border-color css
<style>
span { border-color: #6460DC; }
span { border-color: rgb(100,96,220); }
td.TdClassName
{
border-color: #6460DC;
}
.TagClassName
{
border-color: #6460DC;
}
</style>