Shades of Scampi #6B6598
Tints of Scampi #6B6598
RGB
CMYK
RGB Variations
Color information
#6B6598 (or 0x6B6598) is known color: Scampi. HEX triplet: 6B, 65 and 98. RGB value is (107,101,152). Sum of RGB (Red+Green+Blue) = 107+101+152=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B6598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6598 is #949A67. Grayscale: #6C6C6C. Windows color (decimal): -9738856 or 9987435. OLE color: 9987435.
HSL color Cylindrical-coordinate representation of color #6B6598: hue angle of 247.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B6598 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 101 | 152 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.40 |
| HSL | 247.06º | 0.2% | 0.5% | - |
| HSV(B) | 247.06º | 0.34% | 0.6% | - |
| XYZ | 16.38 | 14.7 | 31.68 | - |
| YUV | 108.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 152 | 0.30 | 0.34 | 0 | 0.40 | 247.06 | 0.2 | 0.5 |
| Hex | 6B | 65 | 98 | 1E | 22 | 0 | 28 | F7 | 14 | 32 |
| Octal | 153 | 145 | 230 | 36 | 42 | 0 | 50 | 367 | 24 | 62 |
| Binary | 1101011 | 1100101 | 10011000 | 11110 | 100010 | 0 | 101000 | 11110111 | 10100 | 110010 |
Color Harmonies of #6B6598
Complementary color
Monochromatic Colors of #6B6598
Black with #6B6598
Text Example
Text Example
White with #6B6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6598; }
p { color: rgb(107,101,152); }
H1.HeaderClassName
{
color: #6B6598;
}
.AnyTagClassName
{
color: #6B6598;
}
</style>
background-color css
<style>
a { background-color: #6B6598; }
a { background-color: rgb(107,101,152); }
div.DivClassName
{
background-color: #6B6598;
}
.BgClassName
{
background-color: #6B6598;
}
</style>
border-color css
<style>
span { border-color: #6B6598; }
span { border-color: rgb(107,101,152); }
td.TdClassName
{
border-color: #6B6598;
}
.TagClassName
{
border-color: #6B6598;
}
</style>