Shades of Scampi #6869A0
Tints of Scampi #6869A0
RGB
CMYK
RGB Variations
Color information
#6869A0 (or 0x6869A0) is known color: Scampi. HEX triplet: 68, 69 and A0. RGB value is (104,105,160). Sum of RGB (Red+Green+Blue) = 104+105+160=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #6869A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6869A0 is #97965F. Grayscale: #6E6E6E. Windows color (decimal): -9934432 or 10512744. OLE color: 10512744.
HSL color Cylindrical-coordinate representation of color #6869A0: hue angle of 238.93º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6869A0 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 105 | 160 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.37 |
| HSL | 238.93º | 0.23% | 0.52% | - |
| HSV(B) | 238.93º | 0.35% | 0.63% | - |
| XYZ | 17.11 | 15.58 | 35.36 | - |
| YUV | 110.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 160 | 0.35 | 0.34 | 0 | 0.37 | 238.93 | 0.23 | 0.52 |
| Hex | 68 | 69 | A0 | 23 | 22 | 0 | 25 | EF | 17 | 34 |
| Octal | 150 | 151 | 240 | 43 | 42 | 0 | 45 | 357 | 27 | 64 |
| Binary | 1101000 | 1101001 | 10100000 | 100011 | 100010 | 0 | 100101 | 11101111 | 10111 | 110100 |
Color Harmonies of #6869A0
Complementary color
Monochromatic Colors of #6869A0
Black with #6869A0
Text Example
Text Example
White with #6869A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869A0; }
p { color: rgb(104,105,160); }
H1.HeaderClassName
{
color: #6869A0;
}
.AnyTagClassName
{
color: #6869A0;
}
</style>
background-color css
<style>
a { background-color: #6869A0; }
a { background-color: rgb(104,105,160); }
div.DivClassName
{
background-color: #6869A0;
}
.BgClassName
{
background-color: #6869A0;
}
</style>
border-color css
<style>
span { border-color: #6869A0; }
span { border-color: rgb(104,105,160); }
td.TdClassName
{
border-color: #6869A0;
}
.TagClassName
{
border-color: #6869A0;
}
</style>