Shades of Scampi #6866A5
Tints of Scampi #6866A5
RGB
CMYK
RGB Variations
Color information
#6866A5 (or 0x6866A5) is known color: Scampi. HEX triplet: 68, 66 and A5. RGB value is (104,102,165). Sum of RGB (Red+Green+Blue) = 104+102+165=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #6866A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866A5 is #97995A. Grayscale: #6D6D6D. Windows color (decimal): -9935195 or 10839656. OLE color: 10839656.
HSL color Cylindrical-coordinate representation of color #6866A5: hue angle of 241.9º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6866A5 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 102 | 165 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.35 |
| HSL | 241.9º | 0.26% | 0.52% | - |
| HSV(B) | 241.9º | 0.38% | 0.65% | - |
| XYZ | 17.25 | 15.16 | 37.61 | - |
| YUV | 109.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 165 | 0.37 | 0.38 | 0 | 0.35 | 241.9 | 0.26 | 0.52 |
| Hex | 68 | 66 | A5 | 25 | 26 | 0 | 23 | F2 | 1A | 34 |
| Octal | 150 | 146 | 245 | 45 | 46 | 0 | 43 | 362 | 32 | 64 |
| Binary | 1101000 | 1100110 | 10100101 | 100101 | 100110 | 0 | 100011 | 11110010 | 11010 | 110100 |
Color Harmonies of #6866A5
Complementary color
Monochromatic Colors of #6866A5
Black with #6866A5
Text Example
Text Example
White with #6866A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866A5; }
p { color: rgb(104,102,165); }
H1.HeaderClassName
{
color: #6866A5;
}
.AnyTagClassName
{
color: #6866A5;
}
</style>
background-color css
<style>
a { background-color: #6866A5; }
a { background-color: rgb(104,102,165); }
div.DivClassName
{
background-color: #6866A5;
}
.BgClassName
{
background-color: #6866A5;
}
</style>
border-color css
<style>
span { border-color: #6866A5; }
span { border-color: rgb(104,102,165); }
td.TdClassName
{
border-color: #6866A5;
}
.TagClassName
{
border-color: #6866A5;
}
</style>