Shades of Slate Blue #6453D7
Tints of Slate Blue #6453D7
RGB
CMYK
RGB Variations
Color information
#6453D7 (or 0x6453D7) is known color: Slate Blue. HEX triplet: 64, 53 and D7. RGB value is (100,83,215). Sum of RGB (Red+Green+Blue) = 100+83+215=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #6453D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6453D7 is #9BAC28. Grayscale: #666666. Windows color (decimal): -10202153 or 14111588. OLE color: 14111588.
HSL color Cylindrical-coordinate representation of color #6453D7: hue angle of 247.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6453D7 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 83 | 215 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.16 |
| HSL | 247.73º | 0.62% | 0.58% | - |
| HSV(B) | 247.73º | 0.61% | 0.84% | - |
| XYZ | 20.61 | 13.8 | 65.87 | - |
| YUV | 103.13 | 191.13 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 215 | 0.53 | 0.61 | 0 | 0.16 | 247.73 | 0.62 | 0.58 |
| Hex | 64 | 53 | D7 | 35 | 3D | 0 | 10 | F8 | 3E | 3A |
| Octal | 144 | 123 | 327 | 65 | 75 | 0 | 20 | 370 | 76 | 72 |
| Binary | 1100100 | 1010011 | 11010111 | 110101 | 111101 | 0 | 10000 | 11111000 | 111110 | 111010 |
Color Harmonies of #6453D7
Complementary color
Monochromatic Colors of #6453D7
Black with #6453D7
Text Example
Text Example
White with #6453D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6453D7; }
p { color: rgb(100,83,215); }
H1.HeaderClassName
{
color: #6453D7;
}
.AnyTagClassName
{
color: #6453D7;
}
</style>
background-color css
<style>
a { background-color: #6453D7; }
a { background-color: rgb(100,83,215); }
div.DivClassName
{
background-color: #6453D7;
}
.BgClassName
{
background-color: #6453D7;
}
</style>
border-color css
<style>
span { border-color: #6453D7; }
span { border-color: rgb(100,83,215); }
td.TdClassName
{
border-color: #6453D7;
}
.TagClassName
{
border-color: #6453D7;
}
</style>