Shades of Scampi #6862A0
Tints of Scampi #6862A0
RGB
CMYK
RGB Variations
Color information
#6862A0 (or 0x6862A0) is known color: Scampi. HEX triplet: 68, 62 and A0. RGB value is (104,98,160). Sum of RGB (Red+Green+Blue) = 104+98+160=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 160 - color contains mainly: blue. Hex color #6862A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6862A0 is #979D5F. Grayscale: #6A6A6A. Windows color (decimal): -9936224 or 10510952. OLE color: 10510952.
HSL color Cylindrical-coordinate representation of color #6862A0: hue angle of 245.81º 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 #6862A0 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 98 | 160 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.37 |
| HSL | 245.81º | 0.25% | 0.51% | - |
| HSV(B) | 245.81º | 0.39% | 0.63% | - |
| XYZ | 16.42 | 14.22 | 35.14 | - |
| YUV | 106.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 160 | 0.35 | 0.39 | 0 | 0.37 | 245.81 | 0.25 | 0.51 |
| Hex | 68 | 62 | A0 | 23 | 27 | 0 | 25 | F6 | 19 | 33 |
| Octal | 150 | 142 | 240 | 43 | 47 | 0 | 45 | 366 | 31 | 63 |
| Binary | 1101000 | 1100010 | 10100000 | 100011 | 100111 | 0 | 100101 | 11110110 | 11001 | 110011 |
Color Harmonies of #6862A0
Complementary color
Monochromatic Colors of #6862A0
Black with #6862A0
Text Example
Text Example
White with #6862A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6862A0; }
p { color: rgb(104,98,160); }
H1.HeaderClassName
{
color: #6862A0;
}
.AnyTagClassName
{
color: #6862A0;
}
</style>
background-color css
<style>
a { background-color: #6862A0; }
a { background-color: rgb(104,98,160); }
div.DivClassName
{
background-color: #6862A0;
}
.BgClassName
{
background-color: #6862A0;
}
</style>
border-color css
<style>
span { border-color: #6862A0; }
span { border-color: rgb(104,98,160); }
td.TdClassName
{
border-color: #6862A0;
}
.TagClassName
{
border-color: #6862A0;
}
</style>