Shades of Scampi #6C67A0
Tints of Scampi #6C67A0
RGB
CMYK
RGB Variations
Color information
#6C67A0 (or 0x6C67A0) is known color: Scampi. HEX triplet: 6C, 67 and A0. RGB value is (108,103,160). Sum of RGB (Red+Green+Blue) = 108+103+160=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C67A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C67A0 is #93985F. Grayscale: #6E6E6E. Windows color (decimal): -9672800 or 10512236. OLE color: 10512236.
HSL color Cylindrical-coordinate representation of color #6C67A0: hue angle of 245.26º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C67A0 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 103 | 160 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.37 |
| HSL | 245.26º | 0.23% | 0.52% | - |
| HSV(B) | 245.26º | 0.36% | 0.63% | - |
| XYZ | 17.38 | 15.43 | 35.32 | - |
| YUV | 110.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 160 | 0.32 | 0.36 | 0 | 0.37 | 245.26 | 0.23 | 0.52 |
| Hex | 6C | 67 | A0 | 20 | 24 | 0 | 25 | F5 | 17 | 34 |
| Octal | 154 | 147 | 240 | 40 | 44 | 0 | 45 | 365 | 27 | 64 |
| Binary | 1101100 | 1100111 | 10100000 | 100000 | 100100 | 0 | 100101 | 11110101 | 10111 | 110100 |
Color Harmonies of #6C67A0
Complementary color
Monochromatic Colors of #6C67A0
Black with #6C67A0
Text Example
Text Example
White with #6C67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C67A0; }
p { color: rgb(108,103,160); }
H1.HeaderClassName
{
color: #6C67A0;
}
.AnyTagClassName
{
color: #6C67A0;
}
</style>
background-color css
<style>
a { background-color: #6C67A0; }
a { background-color: rgb(108,103,160); }
div.DivClassName
{
background-color: #6C67A0;
}
.BgClassName
{
background-color: #6C67A0;
}
</style>
border-color css
<style>
span { border-color: #6C67A0; }
span { border-color: rgb(108,103,160); }
td.TdClassName
{
border-color: #6C67A0;
}
.TagClassName
{
border-color: #6C67A0;
}
</style>