Shades of Scampi #6C64A3
Tints of Scampi #6C64A3
RGB
CMYK
RGB Variations
Color information
#6C64A3 (or 0x6C64A3) is known color: Scampi. HEX triplet: 6C, 64 and A3. RGB value is (108,100,163). Sum of RGB (Red+Green+Blue) = 108+100+163=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #6C64A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C64A3 is #939B5C. Grayscale: #6D6D6D. Windows color (decimal): -9673565 or 10708076. OLE color: 10708076.
HSL color Cylindrical-coordinate representation of color #6C64A3: hue angle of 247.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C64A3 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 100 | 163 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.36 |
| HSL | 247.62º | 0.26% | 0.52% | - |
| HSV(B) | 247.62º | 0.39% | 0.64% | - |
| XYZ | 17.35 | 14.95 | 36.62 | - |
| YUV | 109.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 163 | 0.34 | 0.39 | 0 | 0.36 | 247.62 | 0.26 | 0.52 |
| Hex | 6C | 64 | A3 | 22 | 27 | 0 | 24 | F8 | 1A | 34 |
| Octal | 154 | 144 | 243 | 42 | 47 | 0 | 44 | 370 | 32 | 64 |
| Binary | 1101100 | 1100100 | 10100011 | 100010 | 100111 | 0 | 100100 | 11111000 | 11010 | 110100 |
Color Harmonies of #6C64A3
Complementary color
Monochromatic Colors of #6C64A3
Black with #6C64A3
Text Example
Text Example
White with #6C64A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C64A3; }
p { color: rgb(108,100,163); }
H1.HeaderClassName
{
color: #6C64A3;
}
.AnyTagClassName
{
color: #6C64A3;
}
</style>
background-color css
<style>
a { background-color: #6C64A3; }
a { background-color: rgb(108,100,163); }
div.DivClassName
{
background-color: #6C64A3;
}
.BgClassName
{
background-color: #6C64A3;
}
</style>
border-color css
<style>
span { border-color: #6C64A3; }
span { border-color: rgb(108,100,163); }
td.TdClassName
{
border-color: #6C64A3;
}
.TagClassName
{
border-color: #6C64A3;
}
</style>