Shades of Scampi #6F6998
Tints of Scampi #6F6998
RGB
CMYK
RGB Variations
Color information
#6F6998 (or 0x6F6998) is known color: Scampi. HEX triplet: 6F, 69 and 98. RGB value is (111,105,152). Sum of RGB (Red+Green+Blue) = 111+105+152=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F6998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6998 is #909667. Grayscale: #6F6F6F. Windows color (decimal): -9475688 or 9988463. OLE color: 9988463.
HSL color Cylindrical-coordinate representation of color #6F6998: hue angle of 247.66º 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 #6F6998 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 105 | 152 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.40 |
| HSL | 247.66º | 0.19% | 0.5% | - |
| HSV(B) | 247.66º | 0.31% | 0.6% | - |
| XYZ | 17.27 | 15.75 | 31.84 | - |
| YUV | 112.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 152 | 0.27 | 0.31 | 0 | 0.40 | 247.66 | 0.19 | 0.5 |
| Hex | 6F | 69 | 98 | 1B | 1F | 0 | 28 | F8 | 13 | 32 |
| Octal | 157 | 151 | 230 | 33 | 37 | 0 | 50 | 370 | 23 | 62 |
| Binary | 1101111 | 1101001 | 10011000 | 11011 | 11111 | 0 | 101000 | 11111000 | 10011 | 110010 |
Color Harmonies of #6F6998
Complementary color
Monochromatic Colors of #6F6998
Black with #6F6998
Text Example
Text Example
White with #6F6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6998; }
p { color: rgb(111,105,152); }
H1.HeaderClassName
{
color: #6F6998;
}
.AnyTagClassName
{
color: #6F6998;
}
</style>
background-color css
<style>
a { background-color: #6F6998; }
a { background-color: rgb(111,105,152); }
div.DivClassName
{
background-color: #6F6998;
}
.BgClassName
{
background-color: #6F6998;
}
</style>
border-color css
<style>
span { border-color: #6F6998; }
span { border-color: rgb(111,105,152); }
td.TdClassName
{
border-color: #6F6998;
}
.TagClassName
{
border-color: #6F6998;
}
</style>