Shades of Slate Blue #6C60CD
Tints of Slate Blue #6C60CD
RGB
CMYK
RGB Variations
Color information
#6C60CD (or 0x6C60CD) is known color: Slate Blue. HEX triplet: 6C, 60 and CD. RGB value is (108,96,205). Sum of RGB (Red+Green+Blue) = 108+96+205=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C60CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60CD is #939F32. Grayscale: #6F6F6F. Windows color (decimal): -9674547 or 13459564. OLE color: 13459564.
HSL color Cylindrical-coordinate representation of color #6C60CD: hue angle of 246.61º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C60CD is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 96 | 205 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.20 |
| HSL | 246.61º | 0.52% | 0.59% | - |
| HSV(B) | 246.61º | 0.53% | 0.8% | - |
| XYZ | 21.39 | 15.96 | 59.71 | - |
| YUV | 112.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 205 | 0.47 | 0.53 | 0 | 0.20 | 246.61 | 0.52 | 0.59 |
| Hex | 6C | 60 | CD | 2F | 35 | 0 | 14 | F7 | 34 | 3B |
| Octal | 154 | 140 | 315 | 57 | 65 | 0 | 24 | 367 | 64 | 73 |
| Binary | 1101100 | 1100000 | 11001101 | 101111 | 110101 | 0 | 10100 | 11110111 | 110100 | 111011 |
Color Harmonies of #6C60CD
Complementary color
Monochromatic Colors of #6C60CD
Black with #6C60CD
Text Example
Text Example
White with #6C60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C60CD; }
p { color: rgb(108,96,205); }
H1.HeaderClassName
{
color: #6C60CD;
}
.AnyTagClassName
{
color: #6C60CD;
}
</style>
background-color css
<style>
a { background-color: #6C60CD; }
a { background-color: rgb(108,96,205); }
div.DivClassName
{
background-color: #6C60CD;
}
.BgClassName
{
background-color: #6C60CD;
}
</style>
border-color css
<style>
span { border-color: #6C60CD; }
span { border-color: rgb(108,96,205); }
td.TdClassName
{
border-color: #6C60CD;
}
.TagClassName
{
border-color: #6C60CD;
}
</style>