Shades of Scampi #6F689C
Tints of Scampi #6F689C
RGB
CMYK
RGB Variations
Color information
#6F689C (or 0x6F689C) is known color: Scampi. HEX triplet: 6F, 68 and 9C. RGB value is (111,104,156). Sum of RGB (Red+Green+Blue) = 111+104+156=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F689C is #909763. Grayscale: #6F6F6F. Windows color (decimal): -9475940 or 10250351. OLE color: 10250351.
HSL color Cylindrical-coordinate representation of color #6F689C: hue angle of 248.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F689C is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 104 | 156 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.39 |
| HSL | 248.08º | 0.21% | 0.51% | - |
| HSV(B) | 248.08º | 0.33% | 0.61% | - |
| XYZ | 17.51 | 15.68 | 33.56 | - |
| YUV | 112.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 156 | 0.29 | 0.33 | 0 | 0.39 | 248.08 | 0.21 | 0.51 |
| Hex | 6F | 68 | 9C | 1D | 21 | 0 | 27 | F8 | 15 | 33 |
| Octal | 157 | 150 | 234 | 35 | 41 | 0 | 47 | 370 | 25 | 63 |
| Binary | 1101111 | 1101000 | 10011100 | 11101 | 100001 | 0 | 100111 | 11111000 | 10101 | 110011 |
Color Harmonies of #6F689C
Complementary color
Monochromatic Colors of #6F689C
Black with #6F689C
Text Example
Text Example
White with #6F689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F689C; }
p { color: rgb(111,104,156); }
H1.HeaderClassName
{
color: #6F689C;
}
.AnyTagClassName
{
color: #6F689C;
}
</style>
background-color css
<style>
a { background-color: #6F689C; }
a { background-color: rgb(111,104,156); }
div.DivClassName
{
background-color: #6F689C;
}
.BgClassName
{
background-color: #6F689C;
}
</style>
border-color css
<style>
span { border-color: #6F689C; }
span { border-color: rgb(111,104,156); }
td.TdClassName
{
border-color: #6F689C;
}
.TagClassName
{
border-color: #6F689C;
}
</style>