Shades of Slate Blue #6454D7
Tints of Slate Blue #6454D7
RGB
CMYK
RGB Variations
Color information
#6454D7 (or 0x6454D7) is known color: Slate Blue. HEX triplet: 64, 54 and D7. RGB value is (100,84,215). Sum of RGB (Red+Green+Blue) = 100+84+215=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #6454D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454D7 is #9BAB28. Grayscale: #676767. Windows color (decimal): -10201897 or 14111844. OLE color: 14111844.
HSL color Cylindrical-coordinate representation of color #6454D7: hue angle of 247.33º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6454D7 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 84 | 215 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.16 |
| HSL | 247.33º | 0.62% | 0.59% | - |
| HSV(B) | 247.33º | 0.61% | 0.84% | - |
| XYZ | 20.69 | 13.96 | 65.89 | - |
| YUV | 103.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 215 | 0.53 | 0.61 | 0 | 0.16 | 247.33 | 0.62 | 0.59 |
| Hex | 64 | 54 | D7 | 35 | 3D | 0 | 10 | F7 | 3E | 3B |
| Octal | 144 | 124 | 327 | 65 | 75 | 0 | 20 | 367 | 76 | 73 |
| Binary | 1100100 | 1010100 | 11010111 | 110101 | 111101 | 0 | 10000 | 11110111 | 111110 | 111011 |
Color Harmonies of #6454D7
Complementary color
Monochromatic Colors of #6454D7
Black with #6454D7
Text Example
Text Example
White with #6454D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6454D7; }
p { color: rgb(100,84,215); }
H1.HeaderClassName
{
color: #6454D7;
}
.AnyTagClassName
{
color: #6454D7;
}
</style>
background-color css
<style>
a { background-color: #6454D7; }
a { background-color: rgb(100,84,215); }
div.DivClassName
{
background-color: #6454D7;
}
.BgClassName
{
background-color: #6454D7;
}
</style>
border-color css
<style>
span { border-color: #6454D7; }
span { border-color: rgb(100,84,215); }
td.TdClassName
{
border-color: #6454D7;
}
.TagClassName
{
border-color: #6454D7;
}
</style>