Shades of Slate Blue #6E6BCD
Tints of Slate Blue #6E6BCD
RGB
CMYK
RGB Variations
Color information
#6E6BCD (or 0x6E6BCD) is known color: Slate Blue. HEX triplet: 6E, 6B and CD. RGB value is (110,107,205). Sum of RGB (Red+Green+Blue) = 110+107+205=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BCD is #919432. Grayscale: #767676. Windows color (decimal): -9540659 or 13462382. OLE color: 13462382.
HSL color Cylindrical-coordinate representation of color #6E6BCD: hue angle of 241.84º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E6BCD is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 107 | 205 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.20 |
| HSL | 241.84º | 0.49% | 0.61% | - |
| HSV(B) | 241.84º | 0.48% | 0.8% | - |
| XYZ | 22.71 | 18.24 | 60.08 | - |
| YUV | 119.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 205 | 0.46 | 0.48 | 0 | 0.20 | 241.84 | 0.49 | 0.61 |
| Hex | 6E | 6B | CD | 2E | 30 | 0 | 14 | F2 | 31 | 3D |
| Octal | 156 | 153 | 315 | 56 | 60 | 0 | 24 | 362 | 61 | 75 |
| Binary | 1101110 | 1101011 | 11001101 | 101110 | 110000 | 0 | 10100 | 11110010 | 110001 | 111101 |
Color Harmonies of #6E6BCD
Complementary color
Monochromatic Colors of #6E6BCD
Black with #6E6BCD
Text Example
Text Example
White with #6E6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BCD; }
p { color: rgb(110,107,205); }
H1.HeaderClassName
{
color: #6E6BCD;
}
.AnyTagClassName
{
color: #6E6BCD;
}
</style>
background-color css
<style>
a { background-color: #6E6BCD; }
a { background-color: rgb(110,107,205); }
div.DivClassName
{
background-color: #6E6BCD;
}
.BgClassName
{
background-color: #6E6BCD;
}
</style>
border-color css
<style>
span { border-color: #6E6BCD; }
span { border-color: rgb(110,107,205); }
td.TdClassName
{
border-color: #6E6BCD;
}
.TagClassName
{
border-color: #6E6BCD;
}
</style>