Shades of Scampi #695F9A
Tints of Scampi #695F9A
RGB
CMYK
RGB Variations
Color information
#695F9A (or 0x695F9A) is known color: Scampi. HEX triplet: 69, 5F and 9A. RGB value is (105,95,154). Sum of RGB (Red+Green+Blue) = 105+95+154=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #695F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695F9A is #96A065. Grayscale: #686868. Windows color (decimal): -9871462 or 10116969. OLE color: 10116969.
HSL color Cylindrical-coordinate representation of color #695F9A: hue angle of 250.17º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #695F9A is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 95 | 154 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.40 |
| HSL | 250.17º | 0.24% | 0.49% | - |
| HSV(B) | 250.17º | 0.38% | 0.6% | - |
| XYZ | 15.75 | 13.52 | 32.35 | - |
| YUV | 104.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 154 | 0.32 | 0.38 | 0 | 0.40 | 250.17 | 0.24 | 0.49 |
| Hex | 69 | 5F | 9A | 20 | 26 | 0 | 28 | FA | 18 | 31 |
| Octal | 151 | 137 | 232 | 40 | 46 | 0 | 50 | 372 | 30 | 61 |
| Binary | 1101001 | 1011111 | 10011010 | 100000 | 100110 | 0 | 101000 | 11111010 | 11000 | 110001 |
Color Harmonies of #695F9A
Complementary color
Monochromatic Colors of #695F9A
Black with #695F9A
Text Example
Text Example
White with #695F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F9A; }
p { color: rgb(105,95,154); }
H1.HeaderClassName
{
color: #695F9A;
}
.AnyTagClassName
{
color: #695F9A;
}
</style>
background-color css
<style>
a { background-color: #695F9A; }
a { background-color: rgb(105,95,154); }
div.DivClassName
{
background-color: #695F9A;
}
.BgClassName
{
background-color: #695F9A;
}
</style>
border-color css
<style>
span { border-color: #695F9A; }
span { border-color: rgb(105,95,154); }
td.TdClassName
{
border-color: #695F9A;
}
.TagClassName
{
border-color: #695F9A;
}
</style>