Shades of Slate Blue #6350C3
Tints of Slate Blue #6350C3
RGB
CMYK
RGB Variations
Color information
#6350C3 (or 0x6350C3) is known color: Slate Blue. HEX triplet: 63, 50 and C3. RGB value is (99,80,195). Sum of RGB (Red+Green+Blue) = 99+80+195=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #6350C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350C3 is #9CAF3C. Grayscale: #626262. Windows color (decimal): -10268477 or 12800099. OLE color: 12800099.
HSL color Cylindrical-coordinate representation of color #6350C3: hue angle of 249.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6350C3 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 80 | 195 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.24 |
| HSL | 249.91º | 0.49% | 0.54% | - |
| HSV(B) | 249.91º | 0.59% | 0.76% | - |
| XYZ | 17.86 | 12.33 | 53.07 | - |
| YUV | 98.79 | 182.29 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 195 | 0.49 | 0.59 | 0 | 0.24 | 249.91 | 0.49 | 0.54 |
| Hex | 63 | 50 | C3 | 31 | 3B | 0 | 18 | FA | 31 | 36 |
| Octal | 143 | 120 | 303 | 61 | 73 | 0 | 30 | 372 | 61 | 66 |
| Binary | 1100011 | 1010000 | 11000011 | 110001 | 111011 | 0 | 11000 | 11111010 | 110001 | 110110 |
Color Harmonies of #6350C3
Complementary color
Monochromatic Colors of #6350C3
Black with #6350C3
Text Example
Text Example
White with #6350C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6350C3; }
p { color: rgb(99,80,195); }
H1.HeaderClassName
{
color: #6350C3;
}
.AnyTagClassName
{
color: #6350C3;
}
</style>
background-color css
<style>
a { background-color: #6350C3; }
a { background-color: rgb(99,80,195); }
div.DivClassName
{
background-color: #6350C3;
}
.BgClassName
{
background-color: #6350C3;
}
</style>
border-color css
<style>
span { border-color: #6350C3; }
span { border-color: rgb(99,80,195); }
td.TdClassName
{
border-color: #6350C3;
}
.TagClassName
{
border-color: #6350C3;
}
</style>