Shades of Slate Blue #6D66CD
Tints of Slate Blue #6D66CD
RGB
CMYK
RGB Variations
Color information
#6D66CD (or 0x6D66CD) is known color: Slate Blue. HEX triplet: 6D, 66 and CD. RGB value is (109,102,205). Sum of RGB (Red+Green+Blue) = 109+102+205=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D66CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66CD is #929932. Grayscale: #737373. Windows color (decimal): -9607475 or 13461101. OLE color: 13461101.
HSL color Cylindrical-coordinate representation of color #6D66CD: hue angle of 244.08º 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 #6D66CD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 102 | 205 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.20 |
| HSL | 244.08º | 0.51% | 0.6% | - |
| HSV(B) | 244.08º | 0.5% | 0.8% | - |
| XYZ | 22.08 | 17.16 | 59.91 | - |
| YUV | 115.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 205 | 0.47 | 0.50 | 0 | 0.20 | 244.08 | 0.51 | 0.6 |
| Hex | 6D | 66 | CD | 2F | 32 | 0 | 14 | F4 | 33 | 3C |
| Octal | 155 | 146 | 315 | 57 | 62 | 0 | 24 | 364 | 63 | 74 |
| Binary | 1101101 | 1100110 | 11001101 | 101111 | 110010 | 0 | 10100 | 11110100 | 110011 | 111100 |
Color Harmonies of #6D66CD
Complementary color
Monochromatic Colors of #6D66CD
Black with #6D66CD
Text Example
Text Example
White with #6D66CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D66CD; }
p { color: rgb(109,102,205); }
H1.HeaderClassName
{
color: #6D66CD;
}
.AnyTagClassName
{
color: #6D66CD;
}
</style>
background-color css
<style>
a { background-color: #6D66CD; }
a { background-color: rgb(109,102,205); }
div.DivClassName
{
background-color: #6D66CD;
}
.BgClassName
{
background-color: #6D66CD;
}
</style>
border-color css
<style>
span { border-color: #6D66CD; }
span { border-color: rgb(109,102,205); }
td.TdClassName
{
border-color: #6D66CD;
}
.TagClassName
{
border-color: #6D66CD;
}
</style>