Shades of Scampi #6E62A9
Tints of Scampi #6E62A9
RGB
CMYK
RGB Variations
Color information
#6E62A9 (or 0x6E62A9) is known color: Scampi. HEX triplet: 6E, 62 and A9. RGB value is (110,98,169). Sum of RGB (Red+Green+Blue) = 110+98+169=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E62A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E62A9 is #919D56. Grayscale: #6D6D6D. Windows color (decimal): -9542999 or 11100782. OLE color: 11100782.
HSL color Cylindrical-coordinate representation of color #6E62A9: hue angle of 250.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E62A9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 98 | 169 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.34 |
| HSL | 250.14º | 0.29% | 0.52% | - |
| HSV(B) | 250.14º | 0.42% | 0.66% | - |
| XYZ | 17.96 | 14.91 | 39.47 | - |
| YUV | 109.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 169 | 0.35 | 0.42 | 0 | 0.34 | 250.14 | 0.29 | 0.52 |
| Hex | 6E | 62 | A9 | 23 | 2A | 0 | 22 | FA | 1D | 34 |
| Octal | 156 | 142 | 251 | 43 | 52 | 0 | 42 | 372 | 35 | 64 |
| Binary | 1101110 | 1100010 | 10101001 | 100011 | 101010 | 0 | 100010 | 11111010 | 11101 | 110100 |
Color Harmonies of #6E62A9
Complementary color
Monochromatic Colors of #6E62A9
Black with #6E62A9
Text Example
Text Example
White with #6E62A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E62A9; }
p { color: rgb(110,98,169); }
H1.HeaderClassName
{
color: #6E62A9;
}
.AnyTagClassName
{
color: #6E62A9;
}
</style>
background-color css
<style>
a { background-color: #6E62A9; }
a { background-color: rgb(110,98,169); }
div.DivClassName
{
background-color: #6E62A9;
}
.BgClassName
{
background-color: #6E62A9;
}
</style>
border-color css
<style>
span { border-color: #6E62A9; }
span { border-color: rgb(110,98,169); }
td.TdClassName
{
border-color: #6E62A9;
}
.TagClassName
{
border-color: #6E62A9;
}
</style>