Shades of Scarpa Flow #6F6976
Tints of Scarpa Flow #6F6976
RGB
CMYK
RGB Variations
Color information
#6F6976 (or 0x6F6976) is known color: Scarpa Flow. HEX triplet: 6F, 69 and 76. RGB value is (111,105,118). Sum of RGB (Red+Green+Blue) = 111+105+118=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6976 is #909689. Grayscale: #6C6C6C. Windows color (decimal): -9475722 or 7760239. OLE color: 7760239.
HSL color Cylindrical-coordinate representation of color #6F6976: hue angle of 267.69º 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 #6F6976 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 105 | 118 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.54 |
| HSL | 267.69º | 0.06% | 0.44% | - |
| HSV(B) | 267.69º | 0.11% | 0.46% | - |
| XYZ | 14.88 | 14.79 | 19.21 | - |
| YUV | 108.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 118 | 0.06 | 0.11 | 0 | 0.54 | 267.69 | 0.06 | 0.44 |
| Hex | 6F | 69 | 76 | 6 | B | 0 | 36 | 10C | 6 | 2C |
| Octal | 157 | 151 | 166 | 6 | 13 | 0 | 66 | 414 | 6 | 54 |
| Binary | 1101111 | 1101001 | 1110110 | 110 | 1011 | 0 | 110110 | 100001100 | 110 | 101100 |
Color Harmonies of #6F6976
Complementary color
Monochromatic Colors of #6F6976
Black with #6F6976
Text Example
Text Example
White with #6F6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6976; }
p { color: rgb(111,105,118); }
H1.HeaderClassName
{
color: #6F6976;
}
.AnyTagClassName
{
color: #6F6976;
}
</style>
background-color css
<style>
a { background-color: #6F6976; }
a { background-color: rgb(111,105,118); }
div.DivClassName
{
background-color: #6F6976;
}
.BgClassName
{
background-color: #6F6976;
}
</style>
border-color css
<style>
span { border-color: #6F6976; }
span { border-color: rgb(111,105,118); }
td.TdClassName
{
border-color: #6F6976;
}
.TagClassName
{
border-color: #6F6976;
}
</style>