Shades of Slate Blue #6453E8
Tints of Slate Blue #6453E8
RGB
CMYK
RGB Variations
Color information
#6453E8 (or 0x6453E8) is known color: Slate Blue. HEX triplet: 64, 53 and E8. RGB value is (100,83,232). Sum of RGB (Red+Green+Blue) = 100+83+232=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #6453E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6453E8 is #9BAC17. Grayscale: #686868. Windows color (decimal): -10202136 or 15225700. OLE color: 15225700.
HSL color Cylindrical-coordinate representation of color #6453E8: hue angle of 246.85º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6453E8 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 83 | 232 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.09 |
| HSL | 246.85º | 0.76% | 0.62% | - |
| HSV(B) | 246.85º | 0.64% | 0.91% | - |
| XYZ | 22.91 | 14.72 | 77.98 | - |
| YUV | 105.07 | 199.63 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 232 | 0.57 | 0.64 | 0 | 0.09 | 246.85 | 0.76 | 0.62 |
| Hex | 64 | 53 | E8 | 39 | 40 | 0 | 9 | F7 | 4C | 3E |
| Octal | 144 | 123 | 350 | 71 | 100 | 0 | 11 | 367 | 114 | 76 |
| Binary | 1100100 | 1010011 | 11101000 | 111001 | 1000000 | 0 | 1001 | 11110111 | 1001100 | 111110 |
Color Harmonies of #6453E8
Complementary color
Monochromatic Colors of #6453E8
Black with #6453E8
Text Example
Text Example
White with #6453E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6453E8; }
p { color: rgb(100,83,232); }
H1.HeaderClassName
{
color: #6453E8;
}
.AnyTagClassName
{
color: #6453E8;
}
</style>
background-color css
<style>
a { background-color: #6453E8; }
a { background-color: rgb(100,83,232); }
div.DivClassName
{
background-color: #6453E8;
}
.BgClassName
{
background-color: #6453E8;
}
</style>
border-color css
<style>
span { border-color: #6453E8; }
span { border-color: rgb(100,83,232); }
td.TdClassName
{
border-color: #6453E8;
}
.TagClassName
{
border-color: #6453E8;
}
</style>