Shades of Slate Blue #6254E4
Tints of Slate Blue #6254E4
RGB
CMYK
RGB Variations
Color information
#6254E4 (or 0x6254E4) is known color: Slate Blue. HEX triplet: 62, 54 and E4. RGB value is (98,84,228). Sum of RGB (Red+Green+Blue) = 98+84+228=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #6254E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254E4 is #9DAB1B. Grayscale: #686868. Windows color (decimal): -10332956 or 14963810. OLE color: 14963810.
HSL color Cylindrical-coordinate representation of color #6254E4: hue angle of 245.83º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6254E4 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 84 | 228 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.11 |
| HSL | 245.83º | 0.73% | 0.61% | - |
| HSV(B) | 245.83º | 0.63% | 0.89% | - |
| XYZ | 22.21 | 14.54 | 75.03 | - |
| YUV | 104.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 228 | 0.57 | 0.63 | 0 | 0.11 | 245.83 | 0.73 | 0.61 |
| Hex | 62 | 54 | E4 | 39 | 3F | 0 | B | F6 | 49 | 3D |
| Octal | 142 | 124 | 344 | 71 | 77 | 0 | 13 | 366 | 111 | 75 |
| Binary | 1100010 | 1010100 | 11100100 | 111001 | 111111 | 0 | 1011 | 11110110 | 1001001 | 111101 |
Color Harmonies of #6254E4
Complementary color
Monochromatic Colors of #6254E4
Black with #6254E4
Text Example
Text Example
White with #6254E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6254E4; }
p { color: rgb(98,84,228); }
H1.HeaderClassName
{
color: #6254E4;
}
.AnyTagClassName
{
color: #6254E4;
}
</style>
background-color css
<style>
a { background-color: #6254E4; }
a { background-color: rgb(98,84,228); }
div.DivClassName
{
background-color: #6254E4;
}
.BgClassName
{
background-color: #6254E4;
}
</style>
border-color css
<style>
span { border-color: #6254E4; }
span { border-color: rgb(98,84,228); }
td.TdClassName
{
border-color: #6254E4;
}
.TagClassName
{
border-color: #6254E4;
}
</style>