Shades of Slate Blue #6358E6
Tints of Slate Blue #6358E6
RGB
CMYK
RGB Variations
Color information
#6358E6 (or 0x6358E6) is known color: Slate Blue. HEX triplet: 63, 58 and E6. RGB value is (99,88,230). Sum of RGB (Red+Green+Blue) = 99+88+230=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #6358E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6358E6 is #9CA719. Grayscale: #6A6A6A. Windows color (decimal): -10266394 or 15095907. OLE color: 15095907.
HSL color Cylindrical-coordinate representation of color #6358E6: hue angle of 244.65º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6358E6 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 88 | 230 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.10 |
| HSL | 244.65º | 0.74% | 0.62% | - |
| HSV(B) | 244.65º | 0.62% | 0.9% | - |
| XYZ | 22.92 | 15.35 | 76.62 | - |
| YUV | 107.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 230 | 0.57 | 0.62 | 0 | 0.10 | 244.65 | 0.74 | 0.62 |
| Hex | 63 | 58 | E6 | 39 | 3E | 0 | A | F5 | 4A | 3E |
| Octal | 143 | 130 | 346 | 71 | 76 | 0 | 12 | 365 | 112 | 76 |
| Binary | 1100011 | 1011000 | 11100110 | 111001 | 111110 | 0 | 1010 | 11110101 | 1001010 | 111110 |
Color Harmonies of #6358E6
Complementary color
Monochromatic Colors of #6358E6
Black with #6358E6
Text Example
Text Example
White with #6358E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6358E6; }
p { color: rgb(99,88,230); }
H1.HeaderClassName
{
color: #6358E6;
}
.AnyTagClassName
{
color: #6358E6;
}
</style>
background-color css
<style>
a { background-color: #6358E6; }
a { background-color: rgb(99,88,230); }
div.DivClassName
{
background-color: #6358E6;
}
.BgClassName
{
background-color: #6358E6;
}
</style>
border-color css
<style>
span { border-color: #6358E6; }
span { border-color: rgb(99,88,230); }
td.TdClassName
{
border-color: #6358E6;
}
.TagClassName
{
border-color: #6358E6;
}
</style>