Shades of Scampi #6C6E91
Tints of Scampi #6C6E91
RGB
CMYK
RGB Variations
Color information
#6C6E91 (or 0x6C6E91) is known color: Scampi. HEX triplet: 6C, 6E and 91. RGB value is (108,110,145). Sum of RGB (Red+Green+Blue) = 108+110+145=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C6E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6E91 is #93916E. Grayscale: #717171. Windows color (decimal): -9671023 or 9530988. OLE color: 9530988.
HSL color Cylindrical-coordinate representation of color #6C6E91: hue angle of 236.76º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C6E91 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 110 | 145 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.43 |
| HSL | 236.76º | 0.15% | 0.5% | - |
| HSV(B) | 236.76º | 0.26% | 0.57% | - |
| XYZ | 16.87 | 16.38 | 29.06 | - |
| YUV | 113.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 145 | 0.26 | 0.24 | 0 | 0.43 | 236.76 | 0.15 | 0.5 |
| Hex | 6C | 6E | 91 | 1A | 18 | 0 | 2B | ED | F | 32 |
| Octal | 154 | 156 | 221 | 32 | 30 | 0 | 53 | 355 | 17 | 62 |
| Binary | 1101100 | 1101110 | 10010001 | 11010 | 11000 | 0 | 101011 | 11101101 | 1111 | 110010 |
Color Harmonies of #6C6E91
Complementary color
Monochromatic Colors of #6C6E91
Black with #6C6E91
Text Example
Text Example
White with #6C6E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E91; }
p { color: rgb(108,110,145); }
H1.HeaderClassName
{
color: #6C6E91;
}
.AnyTagClassName
{
color: #6C6E91;
}
</style>
background-color css
<style>
a { background-color: #6C6E91; }
a { background-color: rgb(108,110,145); }
div.DivClassName
{
background-color: #6C6E91;
}
.BgClassName
{
background-color: #6C6E91;
}
</style>
border-color css
<style>
span { border-color: #6C6E91; }
span { border-color: rgb(108,110,145); }
td.TdClassName
{
border-color: #6C6E91;
}
.TagClassName
{
border-color: #6C6E91;
}
</style>