Shades of Slate Blue #6358C1
Tints of Slate Blue #6358C1
RGB
CMYK
RGB Variations
Color information
#6358C1 (or 0x6358C1) is known color: Slate Blue. HEX triplet: 63, 58 and C1. RGB value is (99,88,193). Sum of RGB (Red+Green+Blue) = 99+88+193=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #6358C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358C1 is #9CA73E. Grayscale: #666666. Windows color (decimal): -10266431 or 12671075. OLE color: 12671075.
HSL color Cylindrical-coordinate representation of color #6358C1: hue angle of 246.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6358C1 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 88 | 193 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.24 |
| HSL | 246.29º | 0.46% | 0.55% | - |
| HSV(B) | 246.29º | 0.54% | 0.76% | - |
| XYZ | 18.26 | 13.48 | 52.09 | - |
| YUV | 103.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 193 | 0.49 | 0.54 | 0 | 0.24 | 246.29 | 0.46 | 0.55 |
| Hex | 63 | 58 | C1 | 31 | 36 | 0 | 18 | F6 | 2E | 37 |
| Octal | 143 | 130 | 301 | 61 | 66 | 0 | 30 | 366 | 56 | 67 |
| Binary | 1100011 | 1011000 | 11000001 | 110001 | 110110 | 0 | 11000 | 11110110 | 101110 | 110111 |
Color Harmonies of #6358C1
Complementary color
Monochromatic Colors of #6358C1
Black with #6358C1
Text Example
Text Example
White with #6358C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6358C1; }
p { color: rgb(99,88,193); }
H1.HeaderClassName
{
color: #6358C1;
}
.AnyTagClassName
{
color: #6358C1;
}
</style>
background-color css
<style>
a { background-color: #6358C1; }
a { background-color: rgb(99,88,193); }
div.DivClassName
{
background-color: #6358C1;
}
.BgClassName
{
background-color: #6358C1;
}
</style>
border-color css
<style>
span { border-color: #6358C1; }
span { border-color: rgb(99,88,193); }
td.TdClassName
{
border-color: #6358C1;
}
.TagClassName
{
border-color: #6358C1;
}
</style>