Shades of Scampi #6F609D
Tints of Scampi #6F609D
RGB
CMYK
RGB Variations
Color information
#6F609D (or 0x6F609D) is known color: Scampi. HEX triplet: 6F, 60 and 9D. RGB value is (111,96,157). Sum of RGB (Red+Green+Blue) = 111+96+157=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F609D is #909F62. Grayscale: #6B6B6B. Windows color (decimal): -9477987 or 10313839. OLE color: 10313839.
HSL color Cylindrical-coordinate representation of color #6F609D: hue angle of 254.75º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F609D is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 96 | 157 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.38 |
| HSL | 254.75º | 0.24% | 0.5% | - |
| HSV(B) | 254.75º | 0.39% | 0.62% | - |
| XYZ | 16.82 | 14.18 | 33.75 | - |
| YUV | 107.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 157 | 0.29 | 0.39 | 0 | 0.38 | 254.75 | 0.24 | 0.5 |
| Hex | 6F | 60 | 9D | 1D | 27 | 0 | 26 | FF | 18 | 32 |
| Octal | 157 | 140 | 235 | 35 | 47 | 0 | 46 | 377 | 30 | 62 |
| Binary | 1101111 | 1100000 | 10011101 | 11101 | 100111 | 0 | 100110 | 11111111 | 11000 | 110010 |
Color Harmonies of #6F609D
Complementary color
Monochromatic Colors of #6F609D
Black with #6F609D
Text Example
Text Example
White with #6F609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F609D; }
p { color: rgb(111,96,157); }
H1.HeaderClassName
{
color: #6F609D;
}
.AnyTagClassName
{
color: #6F609D;
}
</style>
background-color css
<style>
a { background-color: #6F609D; }
a { background-color: rgb(111,96,157); }
div.DivClassName
{
background-color: #6F609D;
}
.BgClassName
{
background-color: #6F609D;
}
</style>
border-color css
<style>
span { border-color: #6F609D; }
span { border-color: rgb(111,96,157); }
td.TdClassName
{
border-color: #6F609D;
}
.TagClassName
{
border-color: #6F609D;
}
</style>