Shades of Scarpa Flow #6F6776
Tints of Scarpa Flow #6F6776
RGB
CMYK
RGB Variations
Color information
#6F6776 (or 0x6F6776) is known color: Scarpa Flow. HEX triplet: 6F, 67 and 76. RGB value is (111,103,118). Sum of RGB (Red+Green+Blue) = 111+103+118=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6776 is #909889. Grayscale: #6B6B6B. Windows color (decimal): -9476234 or 7759727. OLE color: 7759727.
HSL color Cylindrical-coordinate representation of color #6F6776: hue angle of 272º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6776 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 103 | 118 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.54 |
| HSL | 272º | 0.07% | 0.43% | - |
| HSV(B) | 272º | 0.13% | 0.46% | - |
| XYZ | 14.68 | 14.39 | 19.14 | - |
| YUV | 107.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 118 | 0.06 | 0.13 | 0 | 0.54 | 272 | 0.07 | 0.43 |
| Hex | 6F | 67 | 76 | 6 | D | 0 | 36 | 110 | 7 | 2B |
| Octal | 157 | 147 | 166 | 6 | 15 | 0 | 66 | 420 | 7 | 53 |
| Binary | 1101111 | 1100111 | 1110110 | 110 | 1101 | 0 | 110110 | 100010000 | 111 | 101011 |
Color Harmonies of #6F6776
Complementary color
Monochromatic Colors of #6F6776
Black with #6F6776
Text Example
Text Example
White with #6F6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6776; }
p { color: rgb(111,103,118); }
H1.HeaderClassName
{
color: #6F6776;
}
.AnyTagClassName
{
color: #6F6776;
}
</style>
background-color css
<style>
a { background-color: #6F6776; }
a { background-color: rgb(111,103,118); }
div.DivClassName
{
background-color: #6F6776;
}
.BgClassName
{
background-color: #6F6776;
}
</style>
border-color css
<style>
span { border-color: #6F6776; }
span { border-color: rgb(111,103,118); }
td.TdClassName
{
border-color: #6F6776;
}
.TagClassName
{
border-color: #6F6776;
}
</style>