Shades of Slate Blue #6C68CD
Tints of Slate Blue #6C68CD
RGB
CMYK
RGB Variations
Color information
#6C68CD (or 0x6C68CD) is known color: Slate Blue. HEX triplet: 6C, 68 and CD. RGB value is (108,104,205). Sum of RGB (Red+Green+Blue) = 108+104+205=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C68CD is #939732. Grayscale: #747474. Windows color (decimal): -9672499 or 13461612. OLE color: 13461612.
HSL color Cylindrical-coordinate representation of color #6C68CD: hue angle of 242.38º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C68CD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 104 | 205 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.20 |
| HSL | 242.38º | 0.5% | 0.61% | - |
| HSV(B) | 242.38º | 0.49% | 0.8% | - |
| XYZ | 22.15 | 17.5 | 59.97 | - |
| YUV | 116.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 205 | 0.47 | 0.49 | 0 | 0.20 | 242.38 | 0.5 | 0.61 |
| Hex | 6C | 68 | CD | 2F | 31 | 0 | 14 | F2 | 32 | 3D |
| Octal | 154 | 150 | 315 | 57 | 61 | 0 | 24 | 362 | 62 | 75 |
| Binary | 1101100 | 1101000 | 11001101 | 101111 | 110001 | 0 | 10100 | 11110010 | 110010 | 111101 |
Color Harmonies of #6C68CD
Complementary color
Monochromatic Colors of #6C68CD
Black with #6C68CD
Text Example
Text Example
White with #6C68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C68CD; }
p { color: rgb(108,104,205); }
H1.HeaderClassName
{
color: #6C68CD;
}
.AnyTagClassName
{
color: #6C68CD;
}
</style>
background-color css
<style>
a { background-color: #6C68CD; }
a { background-color: rgb(108,104,205); }
div.DivClassName
{
background-color: #6C68CD;
}
.BgClassName
{
background-color: #6C68CD;
}
</style>
border-color css
<style>
span { border-color: #6C68CD; }
span { border-color: rgb(108,104,205); }
td.TdClassName
{
border-color: #6C68CD;
}
.TagClassName
{
border-color: #6C68CD;
}
</style>