Shades of Slate Blue #6357E0
Tints of Slate Blue #6357E0
RGB
CMYK
RGB Variations
Color information
#6357E0 (or 0x6357E0) is known color: Slate Blue. HEX triplet: 63, 57 and E0. RGB value is (99,87,224). Sum of RGB (Red+Green+Blue) = 99+87+224=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #6357E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357E0 is #9CA81F. Grayscale: #696969. Windows color (decimal): -10266656 or 14702435. OLE color: 14702435.
HSL color Cylindrical-coordinate representation of color #6357E0: hue angle of 245.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6357E0 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 87 | 224 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.12 |
| HSL | 245.26º | 0.69% | 0.61% | - |
| HSV(B) | 245.26º | 0.61% | 0.88% | - |
| XYZ | 22.01 | 14.85 | 72.23 | - |
| YUV | 106.21 | 194.48 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 224 | 0.56 | 0.61 | 0 | 0.12 | 245.26 | 0.69 | 0.61 |
| Hex | 63 | 57 | E0 | 38 | 3D | 0 | C | F5 | 45 | 3D |
| Octal | 143 | 127 | 340 | 70 | 75 | 0 | 14 | 365 | 105 | 75 |
| Binary | 1100011 | 1010111 | 11100000 | 111000 | 111101 | 0 | 1100 | 11110101 | 1000101 | 111101 |
Color Harmonies of #6357E0
Complementary color
Monochromatic Colors of #6357E0
Black with #6357E0
Text Example
Text Example
White with #6357E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6357E0; }
p { color: rgb(99,87,224); }
H1.HeaderClassName
{
color: #6357E0;
}
.AnyTagClassName
{
color: #6357E0;
}
</style>
background-color css
<style>
a { background-color: #6357E0; }
a { background-color: rgb(99,87,224); }
div.DivClassName
{
background-color: #6357E0;
}
.BgClassName
{
background-color: #6357E0;
}
</style>
border-color css
<style>
span { border-color: #6357E0; }
span { border-color: rgb(99,87,224); }
td.TdClassName
{
border-color: #6357E0;
}
.TagClassName
{
border-color: #6357E0;
}
</style>