Shades of Slate Blue #6454D8
Tints of Slate Blue #6454D8
RGB
CMYK
RGB Variations
Color information
#6454D8 (or 0x6454D8) is known color: Slate Blue. HEX triplet: 64, 54 and D8. RGB value is (100,84,216). Sum of RGB (Red+Green+Blue) = 100+84+216=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #6454D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454D8 is #9BAB27. Grayscale: #676767. Windows color (decimal): -10201896 or 14177380. OLE color: 14177380.
HSL color Cylindrical-coordinate representation of color #6454D8: hue angle of 247.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6454D8 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 84 | 216 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.15 |
| HSL | 247.27º | 0.63% | 0.59% | - |
| HSV(B) | 247.27º | 0.61% | 0.85% | - |
| XYZ | 20.82 | 14.01 | 66.57 | - |
| YUV | 103.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 216 | 0.54 | 0.61 | 0 | 0.15 | 247.27 | 0.63 | 0.59 |
| Hex | 64 | 54 | D8 | 36 | 3D | 0 | F | F7 | 3F | 3B |
| Octal | 144 | 124 | 330 | 66 | 75 | 0 | 17 | 367 | 77 | 73 |
| Binary | 1100100 | 1010100 | 11011000 | 110110 | 111101 | 0 | 1111 | 11110111 | 111111 | 111011 |
Color Harmonies of #6454D8
Complementary color
Monochromatic Colors of #6454D8
Black with #6454D8
Text Example
Text Example
White with #6454D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6454D8; }
p { color: rgb(100,84,216); }
H1.HeaderClassName
{
color: #6454D8;
}
.AnyTagClassName
{
color: #6454D8;
}
</style>
background-color css
<style>
a { background-color: #6454D8; }
a { background-color: rgb(100,84,216); }
div.DivClassName
{
background-color: #6454D8;
}
.BgClassName
{
background-color: #6454D8;
}
</style>
border-color css
<style>
span { border-color: #6454D8; }
span { border-color: rgb(100,84,216); }
td.TdClassName
{
border-color: #6454D8;
}
.TagClassName
{
border-color: #6454D8;
}
</style>