Shades of Scampi #6C65A7
Tints of Scampi #6C65A7
RGB
CMYK
RGB Variations
Color information
#6C65A7 (or 0x6C65A7) is known color: Scampi. HEX triplet: 6C, 65 and A7. RGB value is (108,101,167). Sum of RGB (Red+Green+Blue) = 108+101+167=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #6C65A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C65A7 is #939A58. Grayscale: #6E6E6E. Windows color (decimal): -9673305 or 10970476. OLE color: 10970476.
HSL color Cylindrical-coordinate representation of color #6C65A7: hue angle of 246.36º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C65A7 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 101 | 167 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.35 |
| HSL | 246.36º | 0.27% | 0.53% | - |
| HSV(B) | 246.36º | 0.4% | 0.65% | - |
| XYZ | 17.81 | 15.29 | 38.57 | - |
| YUV | 110.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 167 | 0.35 | 0.40 | 0 | 0.35 | 246.36 | 0.27 | 0.53 |
| Hex | 6C | 65 | A7 | 23 | 28 | 0 | 23 | F6 | 1B | 35 |
| Octal | 154 | 145 | 247 | 43 | 50 | 0 | 43 | 366 | 33 | 65 |
| Binary | 1101100 | 1100101 | 10100111 | 100011 | 101000 | 0 | 100011 | 11110110 | 11011 | 110101 |
Color Harmonies of #6C65A7
Complementary color
Monochromatic Colors of #6C65A7
Black with #6C65A7
Text Example
Text Example
White with #6C65A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65A7; }
p { color: rgb(108,101,167); }
H1.HeaderClassName
{
color: #6C65A7;
}
.AnyTagClassName
{
color: #6C65A7;
}
</style>
background-color css
<style>
a { background-color: #6C65A7; }
a { background-color: rgb(108,101,167); }
div.DivClassName
{
background-color: #6C65A7;
}
.BgClassName
{
background-color: #6C65A7;
}
</style>
border-color css
<style>
span { border-color: #6C65A7; }
span { border-color: rgb(108,101,167); }
td.TdClassName
{
border-color: #6C65A7;
}
.TagClassName
{
border-color: #6C65A7;
}
</style>