Shades of Scampi #68549F
Tints of Scampi #68549F
RGB
CMYK
RGB Variations
Color information
#68549F (or 0x68549F) is known color: Scampi. HEX triplet: 68, 54 and 9F. RGB value is (104,84,159). Sum of RGB (Red+Green+Blue) = 104+84+159=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #68549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68549F is #97AB60. Grayscale: #626262. Windows color (decimal): -9939809 or 10441832. OLE color: 10441832.
HSL color Cylindrical-coordinate representation of color #68549F: hue angle of 256º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68549F is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 84 | 159 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.38 |
| HSL | 256º | 0.31% | 0.48% | - |
| HSV(B) | 256º | 0.47% | 0.62% | - |
| XYZ | 15.14 | 11.79 | 34.28 | - |
| YUV | 98.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 159 | 0.35 | 0.47 | 0 | 0.38 | 256 | 0.31 | 0.48 |
| Hex | 68 | 54 | 9F | 23 | 2F | 0 | 26 | 100 | 1F | 30 |
| Octal | 150 | 124 | 237 | 43 | 57 | 0 | 46 | 400 | 37 | 60 |
| Binary | 1101000 | 1010100 | 10011111 | 100011 | 101111 | 0 | 100110 | 100000000 | 11111 | 110000 |
Color Harmonies of #68549F
Complementary color
Monochromatic Colors of #68549F
Black with #68549F
Text Example
Text Example
White with #68549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68549F; }
p { color: rgb(104,84,159); }
H1.HeaderClassName
{
color: #68549F;
}
.AnyTagClassName
{
color: #68549F;
}
</style>
background-color css
<style>
a { background-color: #68549F; }
a { background-color: rgb(104,84,159); }
div.DivClassName
{
background-color: #68549F;
}
.BgClassName
{
background-color: #68549F;
}
</style>
border-color css
<style>
span { border-color: #68549F; }
span { border-color: rgb(104,84,159); }
td.TdClassName
{
border-color: #68549F;
}
.TagClassName
{
border-color: #68549F;
}
</style>