Shades of Scampi #65699A
Tints of Scampi #65699A
RGB
CMYK
RGB Variations
Color information
#65699A (or 0x65699A) is known color: Scampi. HEX triplet: 65, 69 and 9A. RGB value is (101,105,154). Sum of RGB (Red+Green+Blue) = 101+105+154=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #65699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65699A is #9A9665. Grayscale: #6D6D6D. Windows color (decimal): -10131046 or 10119525. OLE color: 10119525.
HSL color Cylindrical-coordinate representation of color #65699A: hue angle of 235.47º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65699A is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 105 | 154 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.40 |
| HSL | 235.47º | 0.21% | 0.5% | - |
| HSV(B) | 235.47º | 0.34% | 0.6% | - |
| XYZ | 16.25 | 15.2 | 32.65 | - |
| YUV | 109.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 154 | 0.34 | 0.32 | 0 | 0.40 | 235.47 | 0.21 | 0.5 |
| Hex | 65 | 69 | 9A | 22 | 20 | 0 | 28 | EB | 15 | 32 |
| Octal | 145 | 151 | 232 | 42 | 40 | 0 | 50 | 353 | 25 | 62 |
| Binary | 1100101 | 1101001 | 10011010 | 100010 | 100000 | 0 | 101000 | 11101011 | 10101 | 110010 |
Color Harmonies of #65699A
Complementary color
Monochromatic Colors of #65699A
Black with #65699A
Text Example
Text Example
White with #65699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65699A; }
p { color: rgb(101,105,154); }
H1.HeaderClassName
{
color: #65699A;
}
.AnyTagClassName
{
color: #65699A;
}
</style>
background-color css
<style>
a { background-color: #65699A; }
a { background-color: rgb(101,105,154); }
div.DivClassName
{
background-color: #65699A;
}
.BgClassName
{
background-color: #65699A;
}
</style>
border-color css
<style>
span { border-color: #65699A; }
span { border-color: rgb(101,105,154); }
td.TdClassName
{
border-color: #65699A;
}
.TagClassName
{
border-color: #65699A;
}
</style>