Shades of Scampi #6B609F
Tints of Scampi #6B609F
RGB
CMYK
RGB Variations
Color information
#6B609F (or 0x6B609F) is known color: Scampi. HEX triplet: 6B, 60 and 9F. RGB value is (107,96,159). Sum of RGB (Red+Green+Blue) = 107+96+159=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B609F is #949F60. Grayscale: #6A6A6A. Windows color (decimal): -9740129 or 10444907. OLE color: 10444907.
HSL color Cylindrical-coordinate representation of color #6B609F: hue angle of 250.48º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B609F is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 96 | 159 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.38 |
| HSL | 250.48º | 0.25% | 0.5% | - |
| HSV(B) | 250.48º | 0.4% | 0.62% | - |
| XYZ | 16.5 | 13.99 | 34.63 | - |
| YUV | 106.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 159 | 0.33 | 0.40 | 0 | 0.38 | 250.48 | 0.25 | 0.5 |
| Hex | 6B | 60 | 9F | 21 | 28 | 0 | 26 | FA | 19 | 32 |
| Octal | 153 | 140 | 237 | 41 | 50 | 0 | 46 | 372 | 31 | 62 |
| Binary | 1101011 | 1100000 | 10011111 | 100001 | 101000 | 0 | 100110 | 11111010 | 11001 | 110010 |
Color Harmonies of #6B609F
Complementary color
Monochromatic Colors of #6B609F
Black with #6B609F
Text Example
Text Example
White with #6B609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B609F; }
p { color: rgb(107,96,159); }
H1.HeaderClassName
{
color: #6B609F;
}
.AnyTagClassName
{
color: #6B609F;
}
</style>
background-color css
<style>
a { background-color: #6B609F; }
a { background-color: rgb(107,96,159); }
div.DivClassName
{
background-color: #6B609F;
}
.BgClassName
{
background-color: #6B609F;
}
</style>
border-color css
<style>
span { border-color: #6B609F; }
span { border-color: rgb(107,96,159); }
td.TdClassName
{
border-color: #6B609F;
}
.TagClassName
{
border-color: #6B609F;
}
</style>