Shades of Scampi #6A62A5
Tints of Scampi #6A62A5
RGB
CMYK
RGB Variations
Color information
#6A62A5 (or 0x6A62A5) is known color: Scampi. HEX triplet: 6A, 62 and A5. RGB value is (106,98,165). Sum of RGB (Red+Green+Blue) = 106+98+165=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 165 - color contains mainly: blue. Hex color #6A62A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A62A5 is #959D5A. Grayscale: #6B6B6B. Windows color (decimal): -9805147 or 10838634. OLE color: 10838634.
HSL color Cylindrical-coordinate representation of color #6A62A5: hue angle of 247.16º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A62A5 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 98 | 165 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.35 |
| HSL | 247.16º | 0.27% | 0.52% | - |
| HSV(B) | 247.16º | 0.41% | 0.65% | - |
| XYZ | 17.1 | 14.52 | 37.5 | - |
| YUV | 108.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 165 | 0.36 | 0.41 | 0 | 0.35 | 247.16 | 0.27 | 0.52 |
| Hex | 6A | 62 | A5 | 24 | 29 | 0 | 23 | F7 | 1B | 34 |
| Octal | 152 | 142 | 245 | 44 | 51 | 0 | 43 | 367 | 33 | 64 |
| Binary | 1101010 | 1100010 | 10100101 | 100100 | 101001 | 0 | 100011 | 11110111 | 11011 | 110100 |
Color Harmonies of #6A62A5
Complementary color
Monochromatic Colors of #6A62A5
Black with #6A62A5
Text Example
Text Example
White with #6A62A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A62A5; }
p { color: rgb(106,98,165); }
H1.HeaderClassName
{
color: #6A62A5;
}
.AnyTagClassName
{
color: #6A62A5;
}
</style>
background-color css
<style>
a { background-color: #6A62A5; }
a { background-color: rgb(106,98,165); }
div.DivClassName
{
background-color: #6A62A5;
}
.BgClassName
{
background-color: #6A62A5;
}
</style>
border-color css
<style>
span { border-color: #6A62A5; }
span { border-color: rgb(106,98,165); }
td.TdClassName
{
border-color: #6A62A5;
}
.TagClassName
{
border-color: #6A62A5;
}
</style>