Shades of Slate Blue #6C66CD
Tints of Slate Blue #6C66CD
RGB
CMYK
RGB Variations
Color information
#6C66CD (or 0x6C66CD) is known color: Slate Blue. HEX triplet: 6C, 66 and CD. RGB value is (108,102,205). Sum of RGB (Red+Green+Blue) = 108+102+205=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C66CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66CD is #939932. Grayscale: #737373. Windows color (decimal): -9673011 or 13461100. OLE color: 13461100.
HSL color Cylindrical-coordinate representation of color #6C66CD: hue angle of 243.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C66CD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 102 | 205 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.20 |
| HSL | 243.5º | 0.51% | 0.6% | - |
| HSV(B) | 243.5º | 0.5% | 0.8% | - |
| XYZ | 21.96 | 17.1 | 59.9 | - |
| YUV | 115.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 205 | 0.47 | 0.50 | 0 | 0.20 | 243.5 | 0.51 | 0.6 |
| Hex | 6C | 66 | CD | 2F | 32 | 0 | 14 | F3 | 33 | 3C |
| Octal | 154 | 146 | 315 | 57 | 62 | 0 | 24 | 363 | 63 | 74 |
| Binary | 1101100 | 1100110 | 11001101 | 101111 | 110010 | 0 | 10100 | 11110011 | 110011 | 111100 |
Color Harmonies of #6C66CD
Complementary color
Monochromatic Colors of #6C66CD
Black with #6C66CD
Text Example
Text Example
White with #6C66CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C66CD; }
p { color: rgb(108,102,205); }
H1.HeaderClassName
{
color: #6C66CD;
}
.AnyTagClassName
{
color: #6C66CD;
}
</style>
background-color css
<style>
a { background-color: #6C66CD; }
a { background-color: rgb(108,102,205); }
div.DivClassName
{
background-color: #6C66CD;
}
.BgClassName
{
background-color: #6C66CD;
}
</style>
border-color css
<style>
span { border-color: #6C66CD; }
span { border-color: rgb(108,102,205); }
td.TdClassName
{
border-color: #6C66CD;
}
.TagClassName
{
border-color: #6C66CD;
}
</style>