Shades of Scampi #6E6F9B
Tints of Scampi #6E6F9B
RGB
CMYK
RGB Variations
Color information
#6E6F9B (or 0x6E6F9B) is known color: Scampi. HEX triplet: 6E, 6F and 9B. RGB value is (110,111,155). Sum of RGB (Red+Green+Blue) = 110+111+155=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E6F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6F9B is #919064. Grayscale: #737373. Windows color (decimal): -9539685 or 10186606. OLE color: 10186606.
HSL color Cylindrical-coordinate representation of color #6E6F9B: hue angle of 238.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E6F9B is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 111 | 155 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.39 |
| HSL | 238.67º | 0.18% | 0.52% | - |
| HSV(B) | 238.67º | 0.29% | 0.61% | - |
| XYZ | 18.03 | 17.05 | 33.35 | - |
| YUV | 115.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 155 | 0.29 | 0.28 | 0 | 0.39 | 238.67 | 0.18 | 0.52 |
| Hex | 6E | 6F | 9B | 1D | 1C | 0 | 27 | EF | 12 | 34 |
| Octal | 156 | 157 | 233 | 35 | 34 | 0 | 47 | 357 | 22 | 64 |
| Binary | 1101110 | 1101111 | 10011011 | 11101 | 11100 | 0 | 100111 | 11101111 | 10010 | 110100 |
Color Harmonies of #6E6F9B
Complementary color
Monochromatic Colors of #6E6F9B
Black with #6E6F9B
Text Example
Text Example
White with #6E6F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F9B; }
p { color: rgb(110,111,155); }
H1.HeaderClassName
{
color: #6E6F9B;
}
.AnyTagClassName
{
color: #6E6F9B;
}
</style>
background-color css
<style>
a { background-color: #6E6F9B; }
a { background-color: rgb(110,111,155); }
div.DivClassName
{
background-color: #6E6F9B;
}
.BgClassName
{
background-color: #6E6F9B;
}
</style>
border-color css
<style>
span { border-color: #6E6F9B; }
span { border-color: rgb(110,111,155); }
td.TdClassName
{
border-color: #6E6F9B;
}
.TagClassName
{
border-color: #6E6F9B;
}
</style>