Shades of Scampi #6F62A1
Tints of Scampi #6F62A1
RGB
CMYK
RGB Variations
Color information
#6F62A1 (or 0x6F62A1) is known color: Scampi. HEX triplet: 6F, 62 and A1. RGB value is (111,98,161). Sum of RGB (Red+Green+Blue) = 111+98+161=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F62A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F62A1 is #909D5E. Grayscale: #6C6C6C. Windows color (decimal): -9477471 or 10576495. OLE color: 10576495.
HSL color Cylindrical-coordinate representation of color #6F62A1: hue angle of 252.38º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F62A1 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 98 | 161 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.37 |
| HSL | 252.38º | 0.25% | 0.51% | - |
| HSV(B) | 252.38º | 0.39% | 0.63% | - |
| XYZ | 17.36 | 14.69 | 35.64 | - |
| YUV | 109.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 161 | 0.31 | 0.39 | 0 | 0.37 | 252.38 | 0.25 | 0.51 |
| Hex | 6F | 62 | A1 | 1F | 27 | 0 | 25 | FC | 19 | 33 |
| Octal | 157 | 142 | 241 | 37 | 47 | 0 | 45 | 374 | 31 | 63 |
| Binary | 1101111 | 1100010 | 10100001 | 11111 | 100111 | 0 | 100101 | 11111100 | 11001 | 110011 |
Color Harmonies of #6F62A1
Complementary color
Monochromatic Colors of #6F62A1
Black with #6F62A1
Text Example
Text Example
White with #6F62A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F62A1; }
p { color: rgb(111,98,161); }
H1.HeaderClassName
{
color: #6F62A1;
}
.AnyTagClassName
{
color: #6F62A1;
}
</style>
background-color css
<style>
a { background-color: #6F62A1; }
a { background-color: rgb(111,98,161); }
div.DivClassName
{
background-color: #6F62A1;
}
.BgClassName
{
background-color: #6F62A1;
}
</style>
border-color css
<style>
span { border-color: #6F62A1; }
span { border-color: rgb(111,98,161); }
td.TdClassName
{
border-color: #6F62A1;
}
.TagClassName
{
border-color: #6F62A1;
}
</style>