Shades of Scampi #6F699C
Tints of Scampi #6F699C
RGB
CMYK
RGB Variations
Color information
#6F699C (or 0x6F699C) is known color: Scampi. HEX triplet: 6F, 69 and 9C. RGB value is (111,105,156). Sum of RGB (Red+Green+Blue) = 111+105+156=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F699C is #909663. Grayscale: #707070. Windows color (decimal): -9475684 or 10250607. OLE color: 10250607.
HSL color Cylindrical-coordinate representation of color #6F699C: hue angle of 247.06º degrees, saturation: 0.2, 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 #6F699C is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 105 | 156 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.39 |
| HSL | 247.06º | 0.2% | 0.51% | - |
| HSV(B) | 247.06º | 0.33% | 0.61% | - |
| XYZ | 17.61 | 15.88 | 33.59 | - |
| YUV | 112.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 156 | 0.29 | 0.33 | 0 | 0.39 | 247.06 | 0.2 | 0.51 |
| Hex | 6F | 69 | 9C | 1D | 21 | 0 | 27 | F7 | 14 | 33 |
| Octal | 157 | 151 | 234 | 35 | 41 | 0 | 47 | 367 | 24 | 63 |
| Binary | 1101111 | 1101001 | 10011100 | 11101 | 100001 | 0 | 100111 | 11110111 | 10100 | 110011 |
Color Harmonies of #6F699C
Complementary color
Monochromatic Colors of #6F699C
Black with #6F699C
Text Example
Text Example
White with #6F699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F699C; }
p { color: rgb(111,105,156); }
H1.HeaderClassName
{
color: #6F699C;
}
.AnyTagClassName
{
color: #6F699C;
}
</style>
background-color css
<style>
a { background-color: #6F699C; }
a { background-color: rgb(111,105,156); }
div.DivClassName
{
background-color: #6F699C;
}
.BgClassName
{
background-color: #6F699C;
}
</style>
border-color css
<style>
span { border-color: #6F699C; }
span { border-color: rgb(111,105,156); }
td.TdClassName
{
border-color: #6F699C;
}
.TagClassName
{
border-color: #6F699C;
}
</style>