Shades of Slate Blue #6460D0
Tints of Slate Blue #6460D0
RGB
CMYK
RGB Variations
Color information
#6460D0 (or 0x6460D0) is known color: Slate Blue. HEX triplet: 64, 60 and D0. RGB value is (100,96,208). Sum of RGB (Red+Green+Blue) = 100+96+208=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #6460D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460D0 is #9B9F2F. Grayscale: #6D6D6D. Windows color (decimal): -10198832 or 13656164. OLE color: 13656164.
HSL color Cylindrical-coordinate representation of color #6460D0: hue angle of 242.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6460D0 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 96 | 208 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.18 |
| HSL | 242.14º | 0.54% | 0.6% | - |
| HSV(B) | 242.14º | 0.54% | 0.82% | - |
| XYZ | 20.82 | 15.63 | 61.59 | - |
| YUV | 109.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 208 | 0.52 | 0.54 | 0 | 0.18 | 242.14 | 0.54 | 0.6 |
| Hex | 64 | 60 | D0 | 34 | 36 | 0 | 12 | F2 | 36 | 3C |
| Octal | 144 | 140 | 320 | 64 | 66 | 0 | 22 | 362 | 66 | 74 |
| Binary | 1100100 | 1100000 | 11010000 | 110100 | 110110 | 0 | 10010 | 11110010 | 110110 | 111100 |
Color Harmonies of #6460D0
Complementary color
Monochromatic Colors of #6460D0
Black with #6460D0
Text Example
Text Example
White with #6460D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6460D0; }
p { color: rgb(100,96,208); }
H1.HeaderClassName
{
color: #6460D0;
}
.AnyTagClassName
{
color: #6460D0;
}
</style>
background-color css
<style>
a { background-color: #6460D0; }
a { background-color: rgb(100,96,208); }
div.DivClassName
{
background-color: #6460D0;
}
.BgClassName
{
background-color: #6460D0;
}
</style>
border-color css
<style>
span { border-color: #6460D0; }
span { border-color: rgb(100,96,208); }
td.TdClassName
{
border-color: #6460D0;
}
.TagClassName
{
border-color: #6460D0;
}
</style>