Shades of Scampi #6F69AB
Tints of Scampi #6F69AB
RGB
CMYK
RGB Variations
Color information
#6F69AB (or 0x6F69AB) is known color: Scampi. HEX triplet: 6F, 69 and AB. RGB value is (111,105,171). Sum of RGB (Red+Green+Blue) = 111+105+171=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F69AB is #909654. Grayscale: #727272. Windows color (decimal): -9475669 or 11233647. OLE color: 11233647.
HSL color Cylindrical-coordinate representation of color #6F69AB: hue angle of 245.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F69AB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 105 | 171 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.33 |
| HSL | 245.45º | 0.28% | 0.54% | - |
| HSV(B) | 245.45º | 0.39% | 0.67% | - |
| XYZ | 18.96 | 16.42 | 40.7 | - |
| YUV | 114.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 171 | 0.35 | 0.39 | 0 | 0.33 | 245.45 | 0.28 | 0.54 |
| Hex | 6F | 69 | AB | 23 | 27 | 0 | 21 | F5 | 1C | 36 |
| Octal | 157 | 151 | 253 | 43 | 47 | 0 | 41 | 365 | 34 | 66 |
| Binary | 1101111 | 1101001 | 10101011 | 100011 | 100111 | 0 | 100001 | 11110101 | 11100 | 110110 |
Color Harmonies of #6F69AB
Complementary color
Monochromatic Colors of #6F69AB
Black with #6F69AB
Text Example
Text Example
White with #6F69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F69AB; }
p { color: rgb(111,105,171); }
H1.HeaderClassName
{
color: #6F69AB;
}
.AnyTagClassName
{
color: #6F69AB;
}
</style>
background-color css
<style>
a { background-color: #6F69AB; }
a { background-color: rgb(111,105,171); }
div.DivClassName
{
background-color: #6F69AB;
}
.BgClassName
{
background-color: #6F69AB;
}
</style>
border-color css
<style>
span { border-color: #6F69AB; }
span { border-color: rgb(111,105,171); }
td.TdClassName
{
border-color: #6F69AB;
}
.TagClassName
{
border-color: #6F69AB;
}
</style>