Shades of Scampi #6F639C
Tints of Scampi #6F639C
RGB
CMYK
RGB Variations
Color information
#6F639C (or 0x6F639C) is known color: Scampi. HEX triplet: 6F, 63 and 9C. RGB value is (111,99,156). Sum of RGB (Red+Green+Blue) = 111+99+156=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F639C is #909C63. Grayscale: #6C6C6C. Windows color (decimal): -9477220 or 10249071. OLE color: 10249071.
HSL color Cylindrical-coordinate representation of color #6F639C: hue angle of 252.63º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F639C is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 99 | 156 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.39 |
| HSL | 252.63º | 0.22% | 0.5% | - |
| HSV(B) | 252.63º | 0.37% | 0.61% | - |
| XYZ | 17.02 | 14.7 | 33.39 | - |
| YUV | 109.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 156 | 0.29 | 0.37 | 0 | 0.39 | 252.63 | 0.22 | 0.5 |
| Hex | 6F | 63 | 9C | 1D | 25 | 0 | 27 | FD | 16 | 32 |
| Octal | 157 | 143 | 234 | 35 | 45 | 0 | 47 | 375 | 26 | 62 |
| Binary | 1101111 | 1100011 | 10011100 | 11101 | 100101 | 0 | 100111 | 11111101 | 10110 | 110010 |
Color Harmonies of #6F639C
Complementary color
Monochromatic Colors of #6F639C
Black with #6F639C
Text Example
Text Example
White with #6F639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F639C; }
p { color: rgb(111,99,156); }
H1.HeaderClassName
{
color: #6F639C;
}
.AnyTagClassName
{
color: #6F639C;
}
</style>
background-color css
<style>
a { background-color: #6F639C; }
a { background-color: rgb(111,99,156); }
div.DivClassName
{
background-color: #6F639C;
}
.BgClassName
{
background-color: #6F639C;
}
</style>
border-color css
<style>
span { border-color: #6F639C; }
span { border-color: rgb(111,99,156); }
td.TdClassName
{
border-color: #6F639C;
}
.TagClassName
{
border-color: #6F639C;
}
</style>