Shades of Scampi #6F69A0
Tints of Scampi #6F69A0
RGB
CMYK
RGB Variations
Color information
#6F69A0 (or 0x6F69A0) is known color: Scampi. HEX triplet: 6F, 69 and A0. RGB value is (111,105,160). Sum of RGB (Red+Green+Blue) = 111+105+160=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F69A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F69A0 is #90965F. Grayscale: #707070. Windows color (decimal): -9475680 or 10512751. OLE color: 10512751.
HSL color Cylindrical-coordinate representation of color #6F69A0: hue angle of 246.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F69A0 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 105 | 160 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.37 |
| HSL | 246.55º | 0.22% | 0.52% | - |
| HSV(B) | 246.55º | 0.34% | 0.63% | - |
| XYZ | 17.95 | 16.02 | 35.4 | - |
| YUV | 113.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 160 | 0.31 | 0.34 | 0 | 0.37 | 246.55 | 0.22 | 0.52 |
| Hex | 6F | 69 | A0 | 1F | 22 | 0 | 25 | F7 | 16 | 34 |
| Octal | 157 | 151 | 240 | 37 | 42 | 0 | 45 | 367 | 26 | 64 |
| Binary | 1101111 | 1101001 | 10100000 | 11111 | 100010 | 0 | 100101 | 11110111 | 10110 | 110100 |
Color Harmonies of #6F69A0
Complementary color
Monochromatic Colors of #6F69A0
Black with #6F69A0
Text Example
Text Example
White with #6F69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F69A0; }
p { color: rgb(111,105,160); }
H1.HeaderClassName
{
color: #6F69A0;
}
.AnyTagClassName
{
color: #6F69A0;
}
</style>
background-color css
<style>
a { background-color: #6F69A0; }
a { background-color: rgb(111,105,160); }
div.DivClassName
{
background-color: #6F69A0;
}
.BgClassName
{
background-color: #6F69A0;
}
</style>
border-color css
<style>
span { border-color: #6F69A0; }
span { border-color: rgb(111,105,160); }
td.TdClassName
{
border-color: #6F69A0;
}
.TagClassName
{
border-color: #6F69A0;
}
</style>