Shades of Scampi #6F60A4
Tints of Scampi #6F60A4
RGB
CMYK
RGB Variations
Color information
#6F60A4 (or 0x6F60A4) is known color: Scampi. HEX triplet: 6F, 60 and A4. RGB value is (111,96,164). Sum of RGB (Red+Green+Blue) = 111+96+164=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F60A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F60A4 is #909F5B. Grayscale: #6B6B6B. Windows color (decimal): -9477980 or 10772591. OLE color: 10772591.
HSL color Cylindrical-coordinate representation of color #6F60A4: hue angle of 253.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F60A4 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 96 | 164 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.36 |
| HSL | 253.24º | 0.27% | 0.51% | - |
| HSV(B) | 253.24º | 0.41% | 0.64% | - |
| XYZ | 17.44 | 14.43 | 36.99 | - |
| YUV | 108.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 164 | 0.32 | 0.41 | 0 | 0.36 | 253.24 | 0.27 | 0.51 |
| Hex | 6F | 60 | A4 | 20 | 29 | 0 | 24 | FD | 1B | 33 |
| Octal | 157 | 140 | 244 | 40 | 51 | 0 | 44 | 375 | 33 | 63 |
| Binary | 1101111 | 1100000 | 10100100 | 100000 | 101001 | 0 | 100100 | 11111101 | 11011 | 110011 |
Color Harmonies of #6F60A4
Complementary color
Monochromatic Colors of #6F60A4
Black with #6F60A4
Text Example
Text Example
White with #6F60A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F60A4; }
p { color: rgb(111,96,164); }
H1.HeaderClassName
{
color: #6F60A4;
}
.AnyTagClassName
{
color: #6F60A4;
}
</style>
background-color css
<style>
a { background-color: #6F60A4; }
a { background-color: rgb(111,96,164); }
div.DivClassName
{
background-color: #6F60A4;
}
.BgClassName
{
background-color: #6F60A4;
}
</style>
border-color css
<style>
span { border-color: #6F60A4; }
span { border-color: rgb(111,96,164); }
td.TdClassName
{
border-color: #6F60A4;
}
.TagClassName
{
border-color: #6F60A4;
}
</style>