Shades of Slate Blue #6D6FCD
Tints of Slate Blue #6D6FCD
RGB
CMYK
RGB Variations
Color information
#6D6FCD (or 0x6D6FCD) is known color: Slate Blue. HEX triplet: 6D, 6F and CD. RGB value is (109,111,205). Sum of RGB (Red+Green+Blue) = 109+111+205=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FCD is #929032. Grayscale: #787878. Windows color (decimal): -9605171 or 13463405. OLE color: 13463405.
HSL color Cylindrical-coordinate representation of color #6D6FCD: hue angle of 238.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D6FCD is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 111 | 205 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.20 |
| HSL | 238.75º | 0.49% | 0.62% | - |
| HSV(B) | 238.75º | 0.47% | 0.8% | - |
| XYZ | 23.01 | 19.03 | 60.22 | - |
| YUV | 121.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 205 | 0.47 | 0.46 | 0 | 0.20 | 238.75 | 0.49 | 0.62 |
| Hex | 6D | 6F | CD | 2F | 2E | 0 | 14 | EF | 31 | 3E |
| Octal | 155 | 157 | 315 | 57 | 56 | 0 | 24 | 357 | 61 | 76 |
| Binary | 1101101 | 1101111 | 11001101 | 101111 | 101110 | 0 | 10100 | 11101111 | 110001 | 111110 |
Color Harmonies of #6D6FCD
Complementary color
Monochromatic Colors of #6D6FCD
Black with #6D6FCD
Text Example
Text Example
White with #6D6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6FCD; }
p { color: rgb(109,111,205); }
H1.HeaderClassName
{
color: #6D6FCD;
}
.AnyTagClassName
{
color: #6D6FCD;
}
</style>
background-color css
<style>
a { background-color: #6D6FCD; }
a { background-color: rgb(109,111,205); }
div.DivClassName
{
background-color: #6D6FCD;
}
.BgClassName
{
background-color: #6D6FCD;
}
</style>
border-color css
<style>
span { border-color: #6D6FCD; }
span { border-color: rgb(109,111,205); }
td.TdClassName
{
border-color: #6D6FCD;
}
.TagClassName
{
border-color: #6D6FCD;
}
</style>