Shades of Slate Blue #6358D1
Tints of Slate Blue #6358D1
RGB
CMYK
RGB Variations
Color information
#6358D1 (or 0x6358D1) is known color: Slate Blue. HEX triplet: 63, 58 and D1. RGB value is (99,88,209). Sum of RGB (Red+Green+Blue) = 99+88+209=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #6358D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358D1 is #9CA72E. Grayscale: #686868. Windows color (decimal): -10266415 or 13719651. OLE color: 13719651.
HSL color Cylindrical-coordinate representation of color #6358D1: hue angle of 245.45º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6358D1 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 88 | 209 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.18 |
| HSL | 245.45º | 0.57% | 0.58% | - |
| HSV(B) | 245.45º | 0.58% | 0.82% | - |
| XYZ | 20.14 | 14.24 | 62.01 | - |
| YUV | 105.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 209 | 0.53 | 0.58 | 0 | 0.18 | 245.45 | 0.57 | 0.58 |
| Hex | 63 | 58 | D1 | 35 | 3A | 0 | 12 | F5 | 39 | 3A |
| Octal | 143 | 130 | 321 | 65 | 72 | 0 | 22 | 365 | 71 | 72 |
| Binary | 1100011 | 1011000 | 11010001 | 110101 | 111010 | 0 | 10010 | 11110101 | 111001 | 111010 |
Color Harmonies of #6358D1
Complementary color
Monochromatic Colors of #6358D1
Black with #6358D1
Text Example
Text Example
White with #6358D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6358D1; }
p { color: rgb(99,88,209); }
H1.HeaderClassName
{
color: #6358D1;
}
.AnyTagClassName
{
color: #6358D1;
}
</style>
background-color css
<style>
a { background-color: #6358D1; }
a { background-color: rgb(99,88,209); }
div.DivClassName
{
background-color: #6358D1;
}
.BgClassName
{
background-color: #6358D1;
}
</style>
border-color css
<style>
span { border-color: #6358D1; }
span { border-color: rgb(99,88,209); }
td.TdClassName
{
border-color: #6358D1;
}
.TagClassName
{
border-color: #6358D1;
}
</style>