Shades of Scampi #65689D
Tints of Scampi #65689D
RGB
CMYK
RGB Variations
Color information
#65689D (or 0x65689D) is known color: Scampi. HEX triplet: 65, 68 and 9D. RGB value is (101,104,157). Sum of RGB (Red+Green+Blue) = 101+104+157=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #65689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65689D is #9A9762. Grayscale: #6C6C6C. Windows color (decimal): -10131299 or 10315877. OLE color: 10315877.
HSL color Cylindrical-coordinate representation of color #65689D: hue angle of 236.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65689D is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 104 | 157 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.38 |
| HSL | 236.79º | 0.22% | 0.51% | - |
| HSV(B) | 236.79º | 0.36% | 0.62% | - |
| XYZ | 16.4 | 15.1 | 33.95 | - |
| YUV | 109.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 157 | 0.36 | 0.34 | 0 | 0.38 | 236.79 | 0.22 | 0.51 |
| Hex | 65 | 68 | 9D | 24 | 22 | 0 | 26 | ED | 16 | 33 |
| Octal | 145 | 150 | 235 | 44 | 42 | 0 | 46 | 355 | 26 | 63 |
| Binary | 1100101 | 1101000 | 10011101 | 100100 | 100010 | 0 | 100110 | 11101101 | 10110 | 110011 |
Color Harmonies of #65689D
Complementary color
Monochromatic Colors of #65689D
Black with #65689D
Text Example
Text Example
White with #65689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65689D; }
p { color: rgb(101,104,157); }
H1.HeaderClassName
{
color: #65689D;
}
.AnyTagClassName
{
color: #65689D;
}
</style>
background-color css
<style>
a { background-color: #65689D; }
a { background-color: rgb(101,104,157); }
div.DivClassName
{
background-color: #65689D;
}
.BgClassName
{
background-color: #65689D;
}
</style>
border-color css
<style>
span { border-color: #65689D; }
span { border-color: rgb(101,104,157); }
td.TdClassName
{
border-color: #65689D;
}
.TagClassName
{
border-color: #65689D;
}
</style>