Shades of Scampi #6761A2
Tints of Scampi #6761A2
RGB
CMYK
RGB Variations
Color information
#6761A2 (or 0x6761A2) is known color: Scampi. HEX triplet: 67, 61 and A2. RGB value is (103,97,162). Sum of RGB (Red+Green+Blue) = 103+97+162=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #6761A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6761A2 is #989E5D. Grayscale: #696969. Windows color (decimal): -10002014 or 10641767. OLE color: 10641767.
HSL color Cylindrical-coordinate representation of color #6761A2: hue angle of 245.54º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6761A2 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 97 | 162 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.36 |
| HSL | 245.54º | 0.26% | 0.51% | - |
| HSV(B) | 245.54º | 0.4% | 0.64% | - |
| XYZ | 16.39 | 14.04 | 36.03 | - |
| YUV | 106.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 162 | 0.36 | 0.40 | 0 | 0.36 | 245.54 | 0.26 | 0.51 |
| Hex | 67 | 61 | A2 | 24 | 28 | 0 | 24 | F6 | 1A | 33 |
| Octal | 147 | 141 | 242 | 44 | 50 | 0 | 44 | 366 | 32 | 63 |
| Binary | 1100111 | 1100001 | 10100010 | 100100 | 101000 | 0 | 100100 | 11110110 | 11010 | 110011 |
Color Harmonies of #6761A2
Complementary color
Monochromatic Colors of #6761A2
Black with #6761A2
Text Example
Text Example
White with #6761A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6761A2; }
p { color: rgb(103,97,162); }
H1.HeaderClassName
{
color: #6761A2;
}
.AnyTagClassName
{
color: #6761A2;
}
</style>
background-color css
<style>
a { background-color: #6761A2; }
a { background-color: rgb(103,97,162); }
div.DivClassName
{
background-color: #6761A2;
}
.BgClassName
{
background-color: #6761A2;
}
</style>
border-color css
<style>
span { border-color: #6761A2; }
span { border-color: rgb(103,97,162); }
td.TdClassName
{
border-color: #6761A2;
}
.TagClassName
{
border-color: #6761A2;
}
</style>