Shades of Slate Blue #6C60D5
Tints of Slate Blue #6C60D5
RGB
CMYK
RGB Variations
Color information
#6C60D5 (or 0x6C60D5) is known color: Slate Blue. HEX triplet: 6C, 60 and D5. RGB value is (108,96,213). Sum of RGB (Red+Green+Blue) = 108+96+213=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #6C60D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60D5 is #939F2A. Grayscale: #707070. Windows color (decimal): -9674539 or 13983852. OLE color: 13983852.
HSL color Cylindrical-coordinate representation of color #6C60D5: hue angle of 246.15º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C60D5 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 96 | 213 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.16 |
| HSL | 246.15º | 0.58% | 0.61% | - |
| HSV(B) | 246.15º | 0.55% | 0.84% | - |
| XYZ | 22.38 | 16.36 | 64.93 | - |
| YUV | 112.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 213 | 0.49 | 0.55 | 0 | 0.16 | 246.15 | 0.58 | 0.61 |
| Hex | 6C | 60 | D5 | 31 | 37 | 0 | 10 | F6 | 3A | 3D |
| Octal | 154 | 140 | 325 | 61 | 67 | 0 | 20 | 366 | 72 | 75 |
| Binary | 1101100 | 1100000 | 11010101 | 110001 | 110111 | 0 | 10000 | 11110110 | 111010 | 111101 |
Color Harmonies of #6C60D5
Complementary color
Monochromatic Colors of #6C60D5
Black with #6C60D5
Text Example
Text Example
White with #6C60D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C60D5; }
p { color: rgb(108,96,213); }
H1.HeaderClassName
{
color: #6C60D5;
}
.AnyTagClassName
{
color: #6C60D5;
}
</style>
background-color css
<style>
a { background-color: #6C60D5; }
a { background-color: rgb(108,96,213); }
div.DivClassName
{
background-color: #6C60D5;
}
.BgClassName
{
background-color: #6C60D5;
}
</style>
border-color css
<style>
span { border-color: #6C60D5; }
span { border-color: rgb(108,96,213); }
td.TdClassName
{
border-color: #6C60D5;
}
.TagClassName
{
border-color: #6C60D5;
}
</style>