Shades of Scampi #6B6C93
Tints of Scampi #6B6C93
RGB
CMYK
RGB Variations
Color information
#6B6C93 (or 0x6B6C93) is known color: Scampi. HEX triplet: 6B, 6C and 93. RGB value is (107,108,147). Sum of RGB (Red+Green+Blue) = 107+108+147=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B6C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6C93 is #94936C. Grayscale: #6F6F6F. Windows color (decimal): -9737069 or 9661547. OLE color: 9661547.
HSL color Cylindrical-coordinate representation of color #6B6C93: hue angle of 238.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B6C93 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 108 | 147 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.42 |
| HSL | 238.5º | 0.16% | 0.5% | - |
| HSV(B) | 238.5º | 0.27% | 0.58% | - |
| XYZ | 16.69 | 15.96 | 29.8 | - |
| YUV | 112.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 147 | 0.27 | 0.27 | 0 | 0.42 | 238.5 | 0.16 | 0.5 |
| Hex | 6B | 6C | 93 | 1B | 1B | 0 | 2A | EE | 10 | 32 |
| Octal | 153 | 154 | 223 | 33 | 33 | 0 | 52 | 356 | 20 | 62 |
| Binary | 1101011 | 1101100 | 10010011 | 11011 | 11011 | 0 | 101010 | 11101110 | 10000 | 110010 |
Color Harmonies of #6B6C93
Complementary color
Monochromatic Colors of #6B6C93
Black with #6B6C93
Text Example
Text Example
White with #6B6C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C93; }
p { color: rgb(107,108,147); }
H1.HeaderClassName
{
color: #6B6C93;
}
.AnyTagClassName
{
color: #6B6C93;
}
</style>
background-color css
<style>
a { background-color: #6B6C93; }
a { background-color: rgb(107,108,147); }
div.DivClassName
{
background-color: #6B6C93;
}
.BgClassName
{
background-color: #6B6C93;
}
</style>
border-color css
<style>
span { border-color: #6B6C93; }
span { border-color: rgb(107,108,147); }
td.TdClassName
{
border-color: #6B6C93;
}
.TagClassName
{
border-color: #6B6C93;
}
</style>