Shades of Slate Blue #6458D7
Tints of Slate Blue #6458D7
RGB
CMYK
RGB Variations
Color information
#6458D7 (or 0x6458D7) is known color: Slate Blue. HEX triplet: 64, 58 and D7. RGB value is (100,88,215). Sum of RGB (Red+Green+Blue) = 100+88+215=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #6458D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458D7 is #9BA728. Grayscale: #696969. Windows color (decimal): -10200873 or 14112868. OLE color: 14112868.
HSL color Cylindrical-coordinate representation of color #6458D7: hue angle of 245.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6458D7 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 88 | 215 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.16 |
| HSL | 245.67º | 0.61% | 0.59% | - |
| HSV(B) | 245.67º | 0.59% | 0.84% | - |
| XYZ | 21.01 | 14.6 | 66 | - |
| YUV | 106.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 215 | 0.53 | 0.59 | 0 | 0.16 | 245.67 | 0.61 | 0.59 |
| Hex | 64 | 58 | D7 | 35 | 3B | 0 | 10 | F6 | 3D | 3B |
| Octal | 144 | 130 | 327 | 65 | 73 | 0 | 20 | 366 | 75 | 73 |
| Binary | 1100100 | 1011000 | 11010111 | 110101 | 111011 | 0 | 10000 | 11110110 | 111101 | 111011 |
Color Harmonies of #6458D7
Complementary color
Monochromatic Colors of #6458D7
Black with #6458D7
Text Example
Text Example
White with #6458D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458D7; }
p { color: rgb(100,88,215); }
H1.HeaderClassName
{
color: #6458D7;
}
.AnyTagClassName
{
color: #6458D7;
}
</style>
background-color css
<style>
a { background-color: #6458D7; }
a { background-color: rgb(100,88,215); }
div.DivClassName
{
background-color: #6458D7;
}
.BgClassName
{
background-color: #6458D7;
}
</style>
border-color css
<style>
span { border-color: #6458D7; }
span { border-color: rgb(100,88,215); }
td.TdClassName
{
border-color: #6458D7;
}
.TagClassName
{
border-color: #6458D7;
}
</style>