Shades of Scampi #6C6998
Tints of Scampi #6C6998
RGB
CMYK
RGB Variations
Color information
#6C6998 (or 0x6C6998) is known color: Scampi. HEX triplet: 6C, 69 and 98. RGB value is (108,105,152). Sum of RGB (Red+Green+Blue) = 108+105+152=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C6998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6998 is #939667. Grayscale: #6F6F6F. Windows color (decimal): -9672296 or 9988460. OLE color: 9988460.
HSL color Cylindrical-coordinate representation of color #6C6998: hue angle of 243.83º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C6998 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 105 | 152 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.40 |
| HSL | 243.83º | 0.19% | 0.5% | - |
| HSV(B) | 243.83º | 0.31% | 0.6% | - |
| XYZ | 16.9 | 15.56 | 31.82 | - |
| YUV | 111.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 152 | 0.29 | 0.31 | 0 | 0.40 | 243.83 | 0.19 | 0.5 |
| Hex | 6C | 69 | 98 | 1D | 1F | 0 | 28 | F4 | 13 | 32 |
| Octal | 154 | 151 | 230 | 35 | 37 | 0 | 50 | 364 | 23 | 62 |
| Binary | 1101100 | 1101001 | 10011000 | 11101 | 11111 | 0 | 101000 | 11110100 | 10011 | 110010 |
Color Harmonies of #6C6998
Complementary color
Monochromatic Colors of #6C6998
Black with #6C6998
Text Example
Text Example
White with #6C6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6998; }
p { color: rgb(108,105,152); }
H1.HeaderClassName
{
color: #6C6998;
}
.AnyTagClassName
{
color: #6C6998;
}
</style>
background-color css
<style>
a { background-color: #6C6998; }
a { background-color: rgb(108,105,152); }
div.DivClassName
{
background-color: #6C6998;
}
.BgClassName
{
background-color: #6C6998;
}
</style>
border-color css
<style>
span { border-color: #6C6998; }
span { border-color: rgb(108,105,152); }
td.TdClassName
{
border-color: #6C6998;
}
.TagClassName
{
border-color: #6C6998;
}
</style>