Shades of Scarpa Flow #6D6675
Tints of Scarpa Flow #6D6675
RGB
CMYK
RGB Variations
Color information
#6D6675 (or 0x6D6675) is known color: Scarpa Flow. HEX triplet: 6D, 66 and 75. RGB value is (109,102,117). Sum of RGB (Red+Green+Blue) = 109+102+117=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6675 is #92998A. Grayscale: #696969. Windows color (decimal): -9607563 or 7693933. OLE color: 7693933.
HSL color Cylindrical-coordinate representation of color #6D6675: hue angle of 268º 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 #6D6675 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 102 | 117 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.54 |
| HSL | 268º | 0.07% | 0.43% | - |
| HSV(B) | 268º | 0.13% | 0.46% | - |
| XYZ | 14.27 | 14.04 | 18.79 | - |
| YUV | 105.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 117 | 0.07 | 0.13 | 0 | 0.54 | 268 | 0.07 | 0.43 |
| Hex | 6D | 66 | 75 | 7 | D | 0 | 36 | 10C | 7 | 2B |
| Octal | 155 | 146 | 165 | 7 | 15 | 0 | 66 | 414 | 7 | 53 |
| Binary | 1101101 | 1100110 | 1110101 | 111 | 1101 | 0 | 110110 | 100001100 | 111 | 101011 |
Color Harmonies of #6D6675
Complementary color
Monochromatic Colors of #6D6675
Black with #6D6675
Text Example
Text Example
White with #6D6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6675; }
p { color: rgb(109,102,117); }
H1.HeaderClassName
{
color: #6D6675;
}
.AnyTagClassName
{
color: #6D6675;
}
</style>
background-color css
<style>
a { background-color: #6D6675; }
a { background-color: rgb(109,102,117); }
div.DivClassName
{
background-color: #6D6675;
}
.BgClassName
{
background-color: #6D6675;
}
</style>
border-color css
<style>
span { border-color: #6D6675; }
span { border-color: rgb(109,102,117); }
td.TdClassName
{
border-color: #6D6675;
}
.TagClassName
{
border-color: #6D6675;
}
</style>