Shades of Scampi #65668F
Tints of Scampi #65668F
RGB
CMYK
RGB Variations
Color information
#65668F (or 0x65668F) is known color: Scampi. HEX triplet: 65, 66 and 8F. RGB value is (101,102,143). Sum of RGB (Red+Green+Blue) = 101+102+143=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #65668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65668F is #9A9970. Grayscale: #6A6A6A. Windows color (decimal): -10131825 or 9397861. OLE color: 9397861.
HSL color Cylindrical-coordinate representation of color #65668F: hue angle of 238.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65668F is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 102 | 143 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.44 |
| HSL | 238.57º | 0.17% | 0.48% | - |
| HSV(B) | 238.57º | 0.29% | 0.56% | - |
| XYZ | 15.08 | 14.25 | 27.94 | - |
| YUV | 106.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 143 | 0.29 | 0.29 | 0 | 0.44 | 238.57 | 0.17 | 0.48 |
| Hex | 65 | 66 | 8F | 1D | 1D | 0 | 2C | EF | 11 | 30 |
| Octal | 145 | 146 | 217 | 35 | 35 | 0 | 54 | 357 | 21 | 60 |
| Binary | 1100101 | 1100110 | 10001111 | 11101 | 11101 | 0 | 101100 | 11101111 | 10001 | 110000 |
Color Harmonies of #65668F
Complementary color
Monochromatic Colors of #65668F
Black with #65668F
Text Example
Text Example
White with #65668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65668F; }
p { color: rgb(101,102,143); }
H1.HeaderClassName
{
color: #65668F;
}
.AnyTagClassName
{
color: #65668F;
}
</style>
background-color css
<style>
a { background-color: #65668F; }
a { background-color: rgb(101,102,143); }
div.DivClassName
{
background-color: #65668F;
}
.BgClassName
{
background-color: #65668F;
}
</style>
border-color css
<style>
span { border-color: #65668F; }
span { border-color: rgb(101,102,143); }
td.TdClassName
{
border-color: #65668F;
}
.TagClassName
{
border-color: #65668F;
}
</style>