Shades of Scampi #6A669A
Tints of Scampi #6A669A
RGB
CMYK
RGB Variations
Color information
#6A669A (or 0x6A669A) is known color: Scampi. HEX triplet: 6A, 66 and 9A. RGB value is (106,102,154). Sum of RGB (Red+Green+Blue) = 106+102+154=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A669A is #959965. Grayscale: #6C6C6C. Windows color (decimal): -9804134 or 10118762. OLE color: 10118762.
HSL color Cylindrical-coordinate representation of color #6A669A: hue angle of 244.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A669A is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 102 | 154 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.40 |
| HSL | 244.62º | 0.2% | 0.5% | - |
| HSV(B) | 244.62º | 0.34% | 0.6% | - |
| XYZ | 16.53 | 14.9 | 32.58 | - |
| YUV | 109.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 154 | 0.31 | 0.34 | 0 | 0.40 | 244.62 | 0.2 | 0.5 |
| Hex | 6A | 66 | 9A | 1F | 22 | 0 | 28 | F5 | 14 | 32 |
| Octal | 152 | 146 | 232 | 37 | 42 | 0 | 50 | 365 | 24 | 62 |
| Binary | 1101010 | 1100110 | 10011010 | 11111 | 100010 | 0 | 101000 | 11110101 | 10100 | 110010 |
Color Harmonies of #6A669A
Complementary color
Monochromatic Colors of #6A669A
Black with #6A669A
Text Example
Text Example
White with #6A669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A669A; }
p { color: rgb(106,102,154); }
H1.HeaderClassName
{
color: #6A669A;
}
.AnyTagClassName
{
color: #6A669A;
}
</style>
background-color css
<style>
a { background-color: #6A669A; }
a { background-color: rgb(106,102,154); }
div.DivClassName
{
background-color: #6A669A;
}
.BgClassName
{
background-color: #6A669A;
}
</style>
border-color css
<style>
span { border-color: #6A669A; }
span { border-color: rgb(106,102,154); }
td.TdClassName
{
border-color: #6A669A;
}
.TagClassName
{
border-color: #6A669A;
}
</style>