Shades of Slate Blue #6457C1
Tints of Slate Blue #6457C1
RGB
CMYK
RGB Variations
Color information
#6457C1 (or 0x6457C1) is known color: Slate Blue. HEX triplet: 64, 57 and C1. RGB value is (100,87,193). Sum of RGB (Red+Green+Blue) = 100+87+193=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #6457C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6457C1 is #9BA83E. Grayscale: #666666. Windows color (decimal): -10201151 or 12670820. OLE color: 12670820.
HSL color Cylindrical-coordinate representation of color #6457C1: hue angle of 247.36º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6457C1 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 87 | 193 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.24 |
| HSL | 247.36º | 0.46% | 0.55% | - |
| HSV(B) | 247.36º | 0.55% | 0.76% | - |
| XYZ | 18.29 | 13.38 | 52.07 | - |
| YUV | 102.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 193 | 0.48 | 0.55 | 0 | 0.24 | 247.36 | 0.46 | 0.55 |
| Hex | 64 | 57 | C1 | 30 | 37 | 0 | 18 | F7 | 2E | 37 |
| Octal | 144 | 127 | 301 | 60 | 67 | 0 | 30 | 367 | 56 | 67 |
| Binary | 1100100 | 1010111 | 11000001 | 110000 | 110111 | 0 | 11000 | 11110111 | 101110 | 110111 |
Color Harmonies of #6457C1
Complementary color
Monochromatic Colors of #6457C1
Black with #6457C1
Text Example
Text Example
White with #6457C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6457C1; }
p { color: rgb(100,87,193); }
H1.HeaderClassName
{
color: #6457C1;
}
.AnyTagClassName
{
color: #6457C1;
}
</style>
background-color css
<style>
a { background-color: #6457C1; }
a { background-color: rgb(100,87,193); }
div.DivClassName
{
background-color: #6457C1;
}
.BgClassName
{
background-color: #6457C1;
}
</style>
border-color css
<style>
span { border-color: #6457C1; }
span { border-color: rgb(100,87,193); }
td.TdClassName
{
border-color: #6457C1;
}
.TagClassName
{
border-color: #6457C1;
}
</style>