Shades of Scampi #6F60A3
Tints of Scampi #6F60A3
RGB
CMYK
RGB Variations
Color information
#6F60A3 (or 0x6F60A3) is known color: Scampi. HEX triplet: 6F, 60 and A3. RGB value is (111,96,163). Sum of RGB (Red+Green+Blue) = 111+96+163=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F60A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F60A3 is #909F5C. Grayscale: #6B6B6B. Windows color (decimal): -9477981 or 10707055. OLE color: 10707055.
HSL color Cylindrical-coordinate representation of color #6F60A3: hue angle of 253.43º 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 #6F60A3 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 96 | 163 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.36 |
| HSL | 253.43º | 0.27% | 0.51% | - |
| HSV(B) | 253.43º | 0.41% | 0.64% | - |
| XYZ | 17.35 | 14.39 | 36.51 | - |
| YUV | 108.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 163 | 0.32 | 0.41 | 0 | 0.36 | 253.43 | 0.27 | 0.51 |
| Hex | 6F | 60 | A3 | 20 | 29 | 0 | 24 | FD | 1B | 33 |
| Octal | 157 | 140 | 243 | 40 | 51 | 0 | 44 | 375 | 33 | 63 |
| Binary | 1101111 | 1100000 | 10100011 | 100000 | 101001 | 0 | 100100 | 11111101 | 11011 | 110011 |
Color Harmonies of #6F60A3
Complementary color
Monochromatic Colors of #6F60A3
Black with #6F60A3
Text Example
Text Example
White with #6F60A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F60A3; }
p { color: rgb(111,96,163); }
H1.HeaderClassName
{
color: #6F60A3;
}
.AnyTagClassName
{
color: #6F60A3;
}
</style>
background-color css
<style>
a { background-color: #6F60A3; }
a { background-color: rgb(111,96,163); }
div.DivClassName
{
background-color: #6F60A3;
}
.BgClassName
{
background-color: #6F60A3;
}
</style>
border-color css
<style>
span { border-color: #6F60A3; }
span { border-color: rgb(111,96,163); }
td.TdClassName
{
border-color: #6F60A3;
}
.TagClassName
{
border-color: #6F60A3;
}
</style>