Shades of Slate Blue #6254C1
Tints of Slate Blue #6254C1
RGB
CMYK
RGB Variations
Color information
#6254C1 (or 0x6254C1) is known color: Slate Blue. HEX triplet: 62, 54 and C1. RGB value is (98,84,193). Sum of RGB (Red+Green+Blue) = 98+84+193=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #6254C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254C1 is #9DAB3E. Grayscale: #646464. Windows color (decimal): -10332991 or 12670050. OLE color: 12670050.
HSL color Cylindrical-coordinate representation of color #6254C1: hue angle of 247.71º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6254C1 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 84 | 193 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.24 |
| HSL | 247.71º | 0.47% | 0.54% | - |
| HSV(B) | 247.71º | 0.56% | 0.76% | - |
| XYZ | 17.83 | 12.79 | 51.98 | - |
| YUV | 100.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 193 | 0.49 | 0.56 | 0 | 0.24 | 247.71 | 0.47 | 0.54 |
| Hex | 62 | 54 | C1 | 31 | 38 | 0 | 18 | F8 | 2F | 36 |
| Octal | 142 | 124 | 301 | 61 | 70 | 0 | 30 | 370 | 57 | 66 |
| Binary | 1100010 | 1010100 | 11000001 | 110001 | 111000 | 0 | 11000 | 11111000 | 101111 | 110110 |
Color Harmonies of #6254C1
Complementary color
Monochromatic Colors of #6254C1
Black with #6254C1
Text Example
Text Example
White with #6254C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6254C1; }
p { color: rgb(98,84,193); }
H1.HeaderClassName
{
color: #6254C1;
}
.AnyTagClassName
{
color: #6254C1;
}
</style>
background-color css
<style>
a { background-color: #6254C1; }
a { background-color: rgb(98,84,193); }
div.DivClassName
{
background-color: #6254C1;
}
.BgClassName
{
background-color: #6254C1;
}
</style>
border-color css
<style>
span { border-color: #6254C1; }
span { border-color: rgb(98,84,193); }
td.TdClassName
{
border-color: #6254C1;
}
.TagClassName
{
border-color: #6254C1;
}
</style>