Shades of Scampi #695FA5
Tints of Scampi #695FA5
RGB
CMYK
RGB Variations
Color information
#695FA5 (or 0x695FA5) is known color: Scampi. HEX triplet: 69, 5F and A5. RGB value is (105,95,165). Sum of RGB (Red+Green+Blue) = 105+95+165=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #695FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695FA5 is #96A05A. Grayscale: #696969. Windows color (decimal): -9871451 or 10837865. OLE color: 10837865.
HSL color Cylindrical-coordinate representation of color #695FA5: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #695FA5 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 95 | 165 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.35 |
| HSL | 248.57º | 0.28% | 0.51% | - |
| HSV(B) | 248.57º | 0.42% | 0.65% | - |
| XYZ | 16.71 | 13.9 | 37.4 | - |
| YUV | 105.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 165 | 0.36 | 0.42 | 0 | 0.35 | 248.57 | 0.28 | 0.51 |
| Hex | 69 | 5F | A5 | 24 | 2A | 0 | 23 | F9 | 1C | 33 |
| Octal | 151 | 137 | 245 | 44 | 52 | 0 | 43 | 371 | 34 | 63 |
| Binary | 1101001 | 1011111 | 10100101 | 100100 | 101010 | 0 | 100011 | 11111001 | 11100 | 110011 |
Color Harmonies of #695FA5
Complementary color
Monochromatic Colors of #695FA5
Black with #695FA5
Text Example
Text Example
White with #695FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695FA5; }
p { color: rgb(105,95,165); }
H1.HeaderClassName
{
color: #695FA5;
}
.AnyTagClassName
{
color: #695FA5;
}
</style>
background-color css
<style>
a { background-color: #695FA5; }
a { background-color: rgb(105,95,165); }
div.DivClassName
{
background-color: #695FA5;
}
.BgClassName
{
background-color: #695FA5;
}
</style>
border-color css
<style>
span { border-color: #695FA5; }
span { border-color: rgb(105,95,165); }
td.TdClassName
{
border-color: #695FA5;
}
.TagClassName
{
border-color: #695FA5;
}
</style>