Shades of Scampi #65679A
Tints of Scampi #65679A
RGB
CMYK
RGB Variations
Color information
#65679A (or 0x65679A) is known color: Scampi. HEX triplet: 65, 67 and 9A. RGB value is (101,103,154). Sum of RGB (Red+Green+Blue) = 101+103+154=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #65679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65679A is #9A9865. Grayscale: #6C6C6C. Windows color (decimal): -10131558 or 10119013. OLE color: 10119013.
HSL color Cylindrical-coordinate representation of color #65679A: hue angle of 237.74º 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 #65679A is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 103 | 154 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.40 |
| HSL | 237.74º | 0.21% | 0.5% | - |
| HSV(B) | 237.74º | 0.34% | 0.6% | - |
| XYZ | 16.05 | 14.8 | 32.58 | - |
| YUV | 108.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 154 | 0.34 | 0.33 | 0 | 0.40 | 237.74 | 0.21 | 0.5 |
| Hex | 65 | 67 | 9A | 22 | 21 | 0 | 28 | EE | 15 | 32 |
| Octal | 145 | 147 | 232 | 42 | 41 | 0 | 50 | 356 | 25 | 62 |
| Binary | 1100101 | 1100111 | 10011010 | 100010 | 100001 | 0 | 101000 | 11101110 | 10101 | 110010 |
Color Harmonies of #65679A
Complementary color
Monochromatic Colors of #65679A
Black with #65679A
Text Example
Text Example
White with #65679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65679A; }
p { color: rgb(101,103,154); }
H1.HeaderClassName
{
color: #65679A;
}
.AnyTagClassName
{
color: #65679A;
}
</style>
background-color css
<style>
a { background-color: #65679A; }
a { background-color: rgb(101,103,154); }
div.DivClassName
{
background-color: #65679A;
}
.BgClassName
{
background-color: #65679A;
}
</style>
border-color css
<style>
span { border-color: #65679A; }
span { border-color: rgb(101,103,154); }
td.TdClassName
{
border-color: #65679A;
}
.TagClassName
{
border-color: #65679A;
}
</style>