Shades of Slate Blue #6350C4
Tints of Slate Blue #6350C4
RGB
CMYK
RGB Variations
Color information
#6350C4 (or 0x6350C4) is known color: Slate Blue. HEX triplet: 63, 50 and C4. RGB value is (99,80,196). Sum of RGB (Red+Green+Blue) = 99+80+196=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #6350C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350C4 is #9CAF3B. Grayscale: #626262. Windows color (decimal): -10268476 or 12865635. OLE color: 12865635.
HSL color Cylindrical-coordinate representation of color #6350C4: hue angle of 249.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6350C4 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 80 | 196 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.23 |
| HSL | 249.83º | 0.5% | 0.54% | - |
| HSV(B) | 249.83º | 0.59% | 0.77% | - |
| XYZ | 17.98 | 12.38 | 53.67 | - |
| YUV | 98.91 | 182.79 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 196 | 0.49 | 0.59 | 0 | 0.23 | 249.83 | 0.5 | 0.54 |
| Hex | 63 | 50 | C4 | 31 | 3B | 0 | 17 | FA | 32 | 36 |
| Octal | 143 | 120 | 304 | 61 | 73 | 0 | 27 | 372 | 62 | 66 |
| Binary | 1100011 | 1010000 | 11000100 | 110001 | 111011 | 0 | 10111 | 11111010 | 110010 | 110110 |
Color Harmonies of #6350C4
Complementary color
Monochromatic Colors of #6350C4
Black with #6350C4
Text Example
Text Example
White with #6350C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6350C4; }
p { color: rgb(99,80,196); }
H1.HeaderClassName
{
color: #6350C4;
}
.AnyTagClassName
{
color: #6350C4;
}
</style>
background-color css
<style>
a { background-color: #6350C4; }
a { background-color: rgb(99,80,196); }
div.DivClassName
{
background-color: #6350C4;
}
.BgClassName
{
background-color: #6350C4;
}
</style>
border-color css
<style>
span { border-color: #6350C4; }
span { border-color: rgb(99,80,196); }
td.TdClassName
{
border-color: #6350C4;
}
.TagClassName
{
border-color: #6350C4;
}
</style>