Shades of Slate Blue #6C5FCA
Tints of Slate Blue #6C5FCA
RGB
CMYK
RGB Variations
Color information
#6C5FCA (or 0x6C5FCA) is known color: Slate Blue. HEX triplet: 6C, 5F and CA. RGB value is (108,95,202). Sum of RGB (Red+Green+Blue) = 108+95+202=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FCA is #93A035. Grayscale: #6E6E6E. Windows color (decimal): -9674806 or 13262700. OLE color: 13262700.
HSL color Cylindrical-coordinate representation of color #6C5FCA: hue angle of 247.29º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C5FCA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 95 | 202 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.21 |
| HSL | 247.29º | 0.5% | 0.58% | - |
| HSV(B) | 247.29º | 0.53% | 0.79% | - |
| XYZ | 20.94 | 15.64 | 57.79 | - |
| YUV | 111.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 202 | 0.47 | 0.53 | 0 | 0.21 | 247.29 | 0.5 | 0.58 |
| Hex | 6C | 5F | CA | 2F | 35 | 0 | 15 | F7 | 32 | 3A |
| Octal | 154 | 137 | 312 | 57 | 65 | 0 | 25 | 367 | 62 | 72 |
| Binary | 1101100 | 1011111 | 11001010 | 101111 | 110101 | 0 | 10101 | 11110111 | 110010 | 111010 |
Color Harmonies of #6C5FCA
Complementary color
Monochromatic Colors of #6C5FCA
Black with #6C5FCA
Text Example
Text Example
White with #6C5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5FCA; }
p { color: rgb(108,95,202); }
H1.HeaderClassName
{
color: #6C5FCA;
}
.AnyTagClassName
{
color: #6C5FCA;
}
</style>
background-color css
<style>
a { background-color: #6C5FCA; }
a { background-color: rgb(108,95,202); }
div.DivClassName
{
background-color: #6C5FCA;
}
.BgClassName
{
background-color: #6C5FCA;
}
</style>
border-color css
<style>
span { border-color: #6C5FCA; }
span { border-color: rgb(108,95,202); }
td.TdClassName
{
border-color: #6C5FCA;
}
.TagClassName
{
border-color: #6C5FCA;
}
</style>