Shades of Scampi #6B6B92
Tints of Scampi #6B6B92
RGB
CMYK
RGB Variations
Color information
#6B6B92 (or 0x6B6B92) is known color: Scampi. HEX triplet: 6B, 6B and 92. RGB value is (107,107,146). Sum of RGB (Red+Green+Blue) = 107+107+146=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B6B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6B92 is #94946D. Grayscale: #6F6F6F. Windows color (decimal): -9737326 or 9595755. OLE color: 9595755.
HSL color Cylindrical-coordinate representation of color #6B6B92: hue angle of 240º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B6B92 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 107 | 146 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.43 |
| HSL | 240º | 0.15% | 0.5% | - |
| HSV(B) | 240º | 0.27% | 0.57% | - |
| XYZ | 16.51 | 15.72 | 29.36 | - |
| YUV | 111.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 146 | 0.27 | 0.27 | 0 | 0.43 | 240 | 0.15 | 0.5 |
| Hex | 6B | 6B | 92 | 1B | 1B | 0 | 2B | F0 | F | 32 |
| Octal | 153 | 153 | 222 | 33 | 33 | 0 | 53 | 360 | 17 | 62 |
| Binary | 1101011 | 1101011 | 10010010 | 11011 | 11011 | 0 | 101011 | 11110000 | 1111 | 110010 |
Color Harmonies of #6B6B92
Complementary color
Monochromatic Colors of #6B6B92
Black with #6B6B92
Text Example
Text Example
White with #6B6B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B92; }
p { color: rgb(107,107,146); }
H1.HeaderClassName
{
color: #6B6B92;
}
.AnyTagClassName
{
color: #6B6B92;
}
</style>
background-color css
<style>
a { background-color: #6B6B92; }
a { background-color: rgb(107,107,146); }
div.DivClassName
{
background-color: #6B6B92;
}
.BgClassName
{
background-color: #6B6B92;
}
</style>
border-color css
<style>
span { border-color: #6B6B92; }
span { border-color: rgb(107,107,146); }
td.TdClassName
{
border-color: #6B6B92;
}
.TagClassName
{
border-color: #6B6B92;
}
</style>