Shades of Slate Blue #6254E6
Tints of Slate Blue #6254E6
RGB
CMYK
RGB Variations
Color information
#6254E6 (or 0x6254E6) is known color: Slate Blue. HEX triplet: 62, 54 and E6. RGB value is (98,84,230). Sum of RGB (Red+Green+Blue) = 98+84+230=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #6254E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6254E6 is #9DAB19. Grayscale: #686868. Windows color (decimal): -10332954 or 15094882. OLE color: 15094882.
HSL color Cylindrical-coordinate representation of color #6254E6: hue angle of 245.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6254E6 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 84 | 230 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.10 |
| HSL | 245.75º | 0.74% | 0.62% | - |
| HSV(B) | 245.75º | 0.63% | 0.9% | - |
| XYZ | 22.49 | 14.65 | 76.51 | - |
| YUV | 104.83 | 198.64 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 230 | 0.57 | 0.63 | 0 | 0.10 | 245.75 | 0.74 | 0.62 |
| Hex | 62 | 54 | E6 | 39 | 3F | 0 | A | F6 | 4A | 3E |
| Octal | 142 | 124 | 346 | 71 | 77 | 0 | 12 | 366 | 112 | 76 |
| Binary | 1100010 | 1010100 | 11100110 | 111001 | 111111 | 0 | 1010 | 11110110 | 1001010 | 111110 |
Color Harmonies of #6254E6
Complementary color
Monochromatic Colors of #6254E6
Black with #6254E6
Text Example
Text Example
White with #6254E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6254E6; }
p { color: rgb(98,84,230); }
H1.HeaderClassName
{
color: #6254E6;
}
.AnyTagClassName
{
color: #6254E6;
}
</style>
background-color css
<style>
a { background-color: #6254E6; }
a { background-color: rgb(98,84,230); }
div.DivClassName
{
background-color: #6254E6;
}
.BgClassName
{
background-color: #6254E6;
}
</style>
border-color css
<style>
span { border-color: #6254E6; }
span { border-color: rgb(98,84,230); }
td.TdClassName
{
border-color: #6254E6;
}
.TagClassName
{
border-color: #6254E6;
}
</style>