Shades of Slate Blue #6D68CD
Tints of Slate Blue #6D68CD
RGB
CMYK
RGB Variations
Color information
#6D68CD (or 0x6D68CD) is known color: Slate Blue. HEX triplet: 6D, 68 and CD. RGB value is (109,104,205). Sum of RGB (Red+Green+Blue) = 109+104+205=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68CD is #929732. Grayscale: #747474. Windows color (decimal): -9606963 or 13461613. OLE color: 13461613.
HSL color Cylindrical-coordinate representation of color #6D68CD: hue angle of 242.97º 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 #6D68CD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 104 | 205 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.20 |
| HSL | 242.97º | 0.5% | 0.61% | - |
| HSV(B) | 242.97º | 0.49% | 0.8% | - |
| XYZ | 22.28 | 17.56 | 59.97 | - |
| YUV | 117.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 205 | 0.47 | 0.49 | 0 | 0.20 | 242.97 | 0.5 | 0.61 |
| Hex | 6D | 68 | CD | 2F | 31 | 0 | 14 | F3 | 32 | 3D |
| Octal | 155 | 150 | 315 | 57 | 61 | 0 | 24 | 363 | 62 | 75 |
| Binary | 1101101 | 1101000 | 11001101 | 101111 | 110001 | 0 | 10100 | 11110011 | 110010 | 111101 |
Color Harmonies of #6D68CD
Complementary color
Monochromatic Colors of #6D68CD
Black with #6D68CD
Text Example
Text Example
White with #6D68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D68CD; }
p { color: rgb(109,104,205); }
H1.HeaderClassName
{
color: #6D68CD;
}
.AnyTagClassName
{
color: #6D68CD;
}
</style>
background-color css
<style>
a { background-color: #6D68CD; }
a { background-color: rgb(109,104,205); }
div.DivClassName
{
background-color: #6D68CD;
}
.BgClassName
{
background-color: #6D68CD;
}
</style>
border-color css
<style>
span { border-color: #6D68CD; }
span { border-color: rgb(109,104,205); }
td.TdClassName
{
border-color: #6D68CD;
}
.TagClassName
{
border-color: #6D68CD;
}
</style>