Shades of Scarpa Flow #6E6976
Tints of Scarpa Flow #6E6976
RGB
CMYK
RGB Variations
Color information
#6E6976 (or 0x6E6976) is known color: Scarpa Flow. HEX triplet: 6E, 69 and 76. RGB value is (110,105,118). Sum of RGB (Red+Green+Blue) = 110+105+118=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6976 is #919689. Grayscale: #6B6B6B. Windows color (decimal): -9541258 or 7760238. OLE color: 7760238.
HSL color Cylindrical-coordinate representation of color #6E6976: hue angle of 263.08º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6976 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 105 | 118 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.54 |
| HSL | 263.08º | 0.06% | 0.44% | - |
| HSV(B) | 263.08º | 0.11% | 0.46% | - |
| XYZ | 14.75 | 14.73 | 19.2 | - |
| YUV | 107.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 118 | 0.07 | 0.11 | 0 | 0.54 | 263.08 | 0.06 | 0.44 |
| Hex | 6E | 69 | 76 | 7 | B | 0 | 36 | 107 | 6 | 2C |
| Octal | 156 | 151 | 166 | 7 | 13 | 0 | 66 | 407 | 6 | 54 |
| Binary | 1101110 | 1101001 | 1110110 | 111 | 1011 | 0 | 110110 | 100000111 | 110 | 101100 |
Color Harmonies of #6E6976
Complementary color
Monochromatic Colors of #6E6976
Black with #6E6976
Text Example
Text Example
White with #6E6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6976; }
p { color: rgb(110,105,118); }
H1.HeaderClassName
{
color: #6E6976;
}
.AnyTagClassName
{
color: #6E6976;
}
</style>
background-color css
<style>
a { background-color: #6E6976; }
a { background-color: rgb(110,105,118); }
div.DivClassName
{
background-color: #6E6976;
}
.BgClassName
{
background-color: #6E6976;
}
</style>
border-color css
<style>
span { border-color: #6E6976; }
span { border-color: rgb(110,105,118); }
td.TdClassName
{
border-color: #6E6976;
}
.TagClassName
{
border-color: #6E6976;
}
</style>