Shades of Scampi #65679B
Tints of Scampi #65679B
RGB
CMYK
RGB Variations
Color information
#65679B (or 0x65679B) is known color: Scampi. HEX triplet: 65, 67 and 9B. RGB value is (101,103,155). Sum of RGB (Red+Green+Blue) = 101+103+155=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #65679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65679B is #9A9864. Grayscale: #6C6C6C. Windows color (decimal): -10131557 or 10184549. OLE color: 10184549.
HSL color Cylindrical-coordinate representation of color #65679B: hue angle of 237.78º degrees, saturation: 0.21, 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 #65679B is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 103 | 155 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.39 |
| HSL | 237.78º | 0.21% | 0.5% | - |
| HSV(B) | 237.78º | 0.35% | 0.61% | - |
| XYZ | 16.13 | 14.83 | 33.02 | - |
| YUV | 108.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 155 | 0.35 | 0.34 | 0 | 0.39 | 237.78 | 0.21 | 0.5 |
| Hex | 65 | 67 | 9B | 23 | 22 | 0 | 27 | EE | 15 | 32 |
| Octal | 145 | 147 | 233 | 43 | 42 | 0 | 47 | 356 | 25 | 62 |
| Binary | 1100101 | 1100111 | 10011011 | 100011 | 100010 | 0 | 100111 | 11101110 | 10101 | 110010 |
Color Harmonies of #65679B
Complementary color
Monochromatic Colors of #65679B
Black with #65679B
Text Example
Text Example
White with #65679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65679B; }
p { color: rgb(101,103,155); }
H1.HeaderClassName
{
color: #65679B;
}
.AnyTagClassName
{
color: #65679B;
}
</style>
background-color css
<style>
a { background-color: #65679B; }
a { background-color: rgb(101,103,155); }
div.DivClassName
{
background-color: #65679B;
}
.BgClassName
{
background-color: #65679B;
}
</style>
border-color css
<style>
span { border-color: #65679B; }
span { border-color: rgb(101,103,155); }
td.TdClassName
{
border-color: #65679B;
}
.TagClassName
{
border-color: #65679B;
}
</style>