Shades of Slate Blue #6E6CC7
Tints of Slate Blue #6E6CC7
RGB
CMYK
RGB Variations
Color information
#6E6CC7 (or 0x6E6CC7) is known color: Slate Blue. HEX triplet: 6E, 6C and C7. RGB value is (110,108,199). Sum of RGB (Red+Green+Blue) = 110+108+199=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #6E6CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CC7 is #919338. Grayscale: #767676. Windows color (decimal): -9540409 or 13069422. OLE color: 13069422.
HSL color Cylindrical-coordinate representation of color #6E6CC7: hue angle of 241.32º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E6CC7 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 108 | 199 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.22 |
| HSL | 241.32º | 0.45% | 0.6% | - |
| HSV(B) | 241.32º | 0.46% | 0.78% | - |
| XYZ | 22.1 | 18.16 | 56.37 | - |
| YUV | 118.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 199 | 0.45 | 0.46 | 0 | 0.22 | 241.32 | 0.45 | 0.6 |
| Hex | 6E | 6C | C7 | 2D | 2E | 0 | 16 | F1 | 2D | 3C |
| Octal | 156 | 154 | 307 | 55 | 56 | 0 | 26 | 361 | 55 | 74 |
| Binary | 1101110 | 1101100 | 11000111 | 101101 | 101110 | 0 | 10110 | 11110001 | 101101 | 111100 |
Color Harmonies of #6E6CC7
Complementary color
Monochromatic Colors of #6E6CC7
Black with #6E6CC7
Text Example
Text Example
White with #6E6CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CC7; }
p { color: rgb(110,108,199); }
H1.HeaderClassName
{
color: #6E6CC7;
}
.AnyTagClassName
{
color: #6E6CC7;
}
</style>
background-color css
<style>
a { background-color: #6E6CC7; }
a { background-color: rgb(110,108,199); }
div.DivClassName
{
background-color: #6E6CC7;
}
.BgClassName
{
background-color: #6E6CC7;
}
</style>
border-color css
<style>
span { border-color: #6E6CC7; }
span { border-color: rgb(110,108,199); }
td.TdClassName
{
border-color: #6E6CC7;
}
.TagClassName
{
border-color: #6E6CC7;
}
</style>