Shades of Scampi #6C6B9F
Tints of Scampi #6C6B9F
RGB
CMYK
RGB Variations
Color information
#6C6B9F (or 0x6C6B9F) is known color: Scampi. HEX triplet: 6C, 6B and 9F. RGB value is (108,107,159). Sum of RGB (Red+Green+Blue) = 108+107+159=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C6B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6B9F is #939460. Grayscale: #717171. Windows color (decimal): -9671777 or 10447724. OLE color: 10447724.
HSL color Cylindrical-coordinate representation of color #6C6B9F: hue angle of 241.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6C6B9F is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 107 | 159 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.38 |
| HSL | 241.15º | 0.21% | 0.52% | - |
| HSV(B) | 241.15º | 0.33% | 0.62% | - |
| XYZ | 17.7 | 16.21 | 35 | - |
| YUV | 113.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 159 | 0.32 | 0.33 | 0 | 0.38 | 241.15 | 0.21 | 0.52 |
| Hex | 6C | 6B | 9F | 20 | 21 | 0 | 26 | F1 | 15 | 34 |
| Octal | 154 | 153 | 237 | 40 | 41 | 0 | 46 | 361 | 25 | 64 |
| Binary | 1101100 | 1101011 | 10011111 | 100000 | 100001 | 0 | 100110 | 11110001 | 10101 | 110100 |
Color Harmonies of #6C6B9F
Complementary color
Monochromatic Colors of #6C6B9F
Black with #6C6B9F
Text Example
Text Example
White with #6C6B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6B9F; }
p { color: rgb(108,107,159); }
H1.HeaderClassName
{
color: #6C6B9F;
}
.AnyTagClassName
{
color: #6C6B9F;
}
</style>
background-color css
<style>
a { background-color: #6C6B9F; }
a { background-color: rgb(108,107,159); }
div.DivClassName
{
background-color: #6C6B9F;
}
.BgClassName
{
background-color: #6C6B9F;
}
</style>
border-color css
<style>
span { border-color: #6C6B9F; }
span { border-color: rgb(108,107,159); }
td.TdClassName
{
border-color: #6C6B9F;
}
.TagClassName
{
border-color: #6C6B9F;
}
</style>