Shades of Scampi #6F589D
Tints of Scampi #6F589D
RGB
CMYK
RGB Variations
Color information
#6F589D (or 0x6F589D) is known color: Scampi. HEX triplet: 6F, 58 and 9D. RGB value is (111,88,157). Sum of RGB (Red+Green+Blue) = 111+88+157=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F589D is #90A762. Grayscale: #666666. Windows color (decimal): -9480035 or 10311791. OLE color: 10311791.
HSL color Cylindrical-coordinate representation of color #6F589D: hue angle of 260º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F589D is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 88 | 157 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.38 |
| HSL | 260º | 0.28% | 0.48% | - |
| HSV(B) | 260º | 0.44% | 0.62% | - |
| XYZ | 16.13 | 12.79 | 33.52 | - |
| YUV | 102.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 157 | 0.29 | 0.44 | 0 | 0.38 | 260 | 0.28 | 0.48 |
| Hex | 6F | 58 | 9D | 1D | 2C | 0 | 26 | 104 | 1C | 30 |
| Octal | 157 | 130 | 235 | 35 | 54 | 0 | 46 | 404 | 34 | 60 |
| Binary | 1101111 | 1011000 | 10011101 | 11101 | 101100 | 0 | 100110 | 100000100 | 11100 | 110000 |
Color Harmonies of #6F589D
Complementary color
Monochromatic Colors of #6F589D
Black with #6F589D
Text Example
Text Example
White with #6F589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F589D; }
p { color: rgb(111,88,157); }
H1.HeaderClassName
{
color: #6F589D;
}
.AnyTagClassName
{
color: #6F589D;
}
</style>
background-color css
<style>
a { background-color: #6F589D; }
a { background-color: rgb(111,88,157); }
div.DivClassName
{
background-color: #6F589D;
}
.BgClassName
{
background-color: #6F589D;
}
</style>
border-color css
<style>
span { border-color: #6F589D; }
span { border-color: rgb(111,88,157); }
td.TdClassName
{
border-color: #6F589D;
}
.TagClassName
{
border-color: #6F589D;
}
</style>