Shades of Scampi #6F659C
Tints of Scampi #6F659C
RGB
CMYK
RGB Variations
Color information
#6F659C (or 0x6F659C) is known color: Scampi. HEX triplet: 6F, 65 and 9C. RGB value is (111,101,156). Sum of RGB (Red+Green+Blue) = 111+101+156=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F659C is #909A63. Grayscale: #6E6E6E. Windows color (decimal): -9476708 or 10249583. OLE color: 10249583.
HSL color Cylindrical-coordinate representation of color #6F659C: hue angle of 250.91º 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 #6F659C is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 101 | 156 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.39 |
| HSL | 250.91º | 0.22% | 0.5% | - |
| HSV(B) | 250.91º | 0.35% | 0.61% | - |
| XYZ | 17.21 | 15.09 | 33.46 | - |
| YUV | 110.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 156 | 0.29 | 0.35 | 0 | 0.39 | 250.91 | 0.22 | 0.5 |
| Hex | 6F | 65 | 9C | 1D | 23 | 0 | 27 | FB | 16 | 32 |
| Octal | 157 | 145 | 234 | 35 | 43 | 0 | 47 | 373 | 26 | 62 |
| Binary | 1101111 | 1100101 | 10011100 | 11101 | 100011 | 0 | 100111 | 11111011 | 10110 | 110010 |
Color Harmonies of #6F659C
Complementary color
Monochromatic Colors of #6F659C
Black with #6F659C
Text Example
Text Example
White with #6F659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F659C; }
p { color: rgb(111,101,156); }
H1.HeaderClassName
{
color: #6F659C;
}
.AnyTagClassName
{
color: #6F659C;
}
</style>
background-color css
<style>
a { background-color: #6F659C; }
a { background-color: rgb(111,101,156); }
div.DivClassName
{
background-color: #6F659C;
}
.BgClassName
{
background-color: #6F659C;
}
</style>
border-color css
<style>
span { border-color: #6F659C; }
span { border-color: rgb(111,101,156); }
td.TdClassName
{
border-color: #6F659C;
}
.TagClassName
{
border-color: #6F659C;
}
</style>