Shades of Scampi #6F719A
Tints of Scampi #6F719A
RGB
CMYK
RGB Variations
Color information
#6F719A (or 0x6F719A) is known color: Scampi. HEX triplet: 6F, 71 and 9A. RGB value is (111,113,154). Sum of RGB (Red+Green+Blue) = 111+113+154=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F719A is #908E65. Grayscale: #747474. Windows color (decimal): -9473638 or 10121583. OLE color: 10121583.
HSL color Cylindrical-coordinate representation of color #6F719A: hue angle of 237.21º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F719A is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 113 | 154 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.40 |
| HSL | 237.21º | 0.18% | 0.52% | - |
| HSV(B) | 237.21º | 0.28% | 0.6% | - |
| XYZ | 18.29 | 17.52 | 32.99 | - |
| YUV | 117.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 154 | 0.28 | 0.27 | 0 | 0.40 | 237.21 | 0.18 | 0.52 |
| Hex | 6F | 71 | 9A | 1C | 1B | 0 | 28 | ED | 12 | 34 |
| Octal | 157 | 161 | 232 | 34 | 33 | 0 | 50 | 355 | 22 | 64 |
| Binary | 1101111 | 1110001 | 10011010 | 11100 | 11011 | 0 | 101000 | 11101101 | 10010 | 110100 |
Color Harmonies of #6F719A
Complementary color
Monochromatic Colors of #6F719A
Black with #6F719A
Text Example
Text Example
White with #6F719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F719A; }
p { color: rgb(111,113,154); }
H1.HeaderClassName
{
color: #6F719A;
}
.AnyTagClassName
{
color: #6F719A;
}
</style>
background-color css
<style>
a { background-color: #6F719A; }
a { background-color: rgb(111,113,154); }
div.DivClassName
{
background-color: #6F719A;
}
.BgClassName
{
background-color: #6F719A;
}
</style>
border-color css
<style>
span { border-color: #6F719A; }
span { border-color: rgb(111,113,154); }
td.TdClassName
{
border-color: #6F719A;
}
.TagClassName
{
border-color: #6F719A;
}
</style>