Shades of Scampi #75669B
Tints of Scampi #75669B
RGB
CMYK
RGB Variations
Color information
#75669B (or 0x75669B) is known color: Scampi. HEX triplet: 75, 66 and 9B. RGB value is (117,102,155). Sum of RGB (Red+Green+Blue) = 117+102+155=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #75669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75669B is #8A9964. Grayscale: #707070. Windows color (decimal): -9083237 or 10184309. OLE color: 10184309.
HSL color Cylindrical-coordinate representation of color #75669B: hue angle of 256.98º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75669B is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 102 | 155 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.39 |
| HSL | 256.98º | 0.21% | 0.5% | - |
| HSV(B) | 256.98º | 0.34% | 0.61% | - |
| XYZ | 18 | 15.65 | 33.08 | - |
| YUV | 112.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 155 | 0.25 | 0.34 | 0 | 0.39 | 256.98 | 0.21 | 0.5 |
| Hex | 75 | 66 | 9B | 19 | 22 | 0 | 27 | 101 | 15 | 32 |
| Octal | 165 | 146 | 233 | 31 | 42 | 0 | 47 | 401 | 25 | 62 |
| Binary | 1110101 | 1100110 | 10011011 | 11001 | 100010 | 0 | 100111 | 100000001 | 10101 | 110010 |
Color Harmonies of #75669B
Complementary color
Monochromatic Colors of #75669B
Black with #75669B
Text Example
Text Example
White with #75669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75669B; }
p { color: rgb(117,102,155); }
H1.HeaderClassName
{
color: #75669B;
}
.AnyTagClassName
{
color: #75669B;
}
</style>
background-color css
<style>
a { background-color: #75669B; }
a { background-color: rgb(117,102,155); }
div.DivClassName
{
background-color: #75669B;
}
.BgClassName
{
background-color: #75669B;
}
</style>
border-color css
<style>
span { border-color: #75669B; }
span { border-color: rgb(117,102,155); }
td.TdClassName
{
border-color: #75669B;
}
.TagClassName
{
border-color: #75669B;
}
</style>