Shades of Scampi #65679C
Tints of Scampi #65679C
RGB
CMYK
RGB Variations
Color information
#65679C (or 0x65679C) is known color: Scampi. HEX triplet: 65, 67 and 9C. RGB value is (101,103,156). Sum of RGB (Red+Green+Blue) = 101+103+156=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #65679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65679C is #9A9863. Grayscale: #6C6C6C. Windows color (decimal): -10131556 or 10250085. OLE color: 10250085.
HSL color Cylindrical-coordinate representation of color #65679C: hue angle of 237.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65679C is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 103 | 156 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.39 |
| HSL | 237.82º | 0.22% | 0.5% | - |
| HSV(B) | 237.82º | 0.35% | 0.61% | - |
| XYZ | 16.22 | 14.87 | 33.47 | - |
| YUV | 108.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 156 | 0.35 | 0.34 | 0 | 0.39 | 237.82 | 0.22 | 0.5 |
| Hex | 65 | 67 | 9C | 23 | 22 | 0 | 27 | EE | 16 | 32 |
| Octal | 145 | 147 | 234 | 43 | 42 | 0 | 47 | 356 | 26 | 62 |
| Binary | 1100101 | 1100111 | 10011100 | 100011 | 100010 | 0 | 100111 | 11101110 | 10110 | 110010 |
Color Harmonies of #65679C
Complementary color
Monochromatic Colors of #65679C
Black with #65679C
Text Example
Text Example
White with #65679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65679C; }
p { color: rgb(101,103,156); }
H1.HeaderClassName
{
color: #65679C;
}
.AnyTagClassName
{
color: #65679C;
}
</style>
background-color css
<style>
a { background-color: #65679C; }
a { background-color: rgb(101,103,156); }
div.DivClassName
{
background-color: #65679C;
}
.BgClassName
{
background-color: #65679C;
}
</style>
border-color css
<style>
span { border-color: #65679C; }
span { border-color: rgb(101,103,156); }
td.TdClassName
{
border-color: #65679C;
}
.TagClassName
{
border-color: #65679C;
}
</style>