Shades of Scarpa Flow #6D6775
Tints of Scarpa Flow #6D6775
RGB
CMYK
RGB Variations
Color information
#6D6775 (or 0x6D6775) is known color: Scarpa Flow. HEX triplet: 6D, 67 and 75. RGB value is (109,103,117). Sum of RGB (Red+Green+Blue) = 109+103+117=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6775 is #92988A. Grayscale: #6A6A6A. Windows color (decimal): -9607307 or 7694189. OLE color: 7694189.
HSL color Cylindrical-coordinate representation of color #6D6775: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6775 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 103 | 117 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.54 |
| HSL | 265.71º | 0.06% | 0.43% | - |
| HSV(B) | 265.71º | 0.12% | 0.46% | - |
| XYZ | 14.37 | 14.24 | 18.82 | - |
| YUV | 106.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 117 | 0.07 | 0.12 | 0 | 0.54 | 265.71 | 0.06 | 0.43 |
| Hex | 6D | 67 | 75 | 7 | C | 0 | 36 | 10A | 6 | 2B |
| Octal | 155 | 147 | 165 | 7 | 14 | 0 | 66 | 412 | 6 | 53 |
| Binary | 1101101 | 1100111 | 1110101 | 111 | 1100 | 0 | 110110 | 100001010 | 110 | 101011 |
Color Harmonies of #6D6775
Complementary color
Monochromatic Colors of #6D6775
Black with #6D6775
Text Example
Text Example
White with #6D6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6775; }
p { color: rgb(109,103,117); }
H1.HeaderClassName
{
color: #6D6775;
}
.AnyTagClassName
{
color: #6D6775;
}
</style>
background-color css
<style>
a { background-color: #6D6775; }
a { background-color: rgb(109,103,117); }
div.DivClassName
{
background-color: #6D6775;
}
.BgClassName
{
background-color: #6D6775;
}
</style>
border-color css
<style>
span { border-color: #6D6775; }
span { border-color: rgb(109,103,117); }
td.TdClassName
{
border-color: #6D6775;
}
.TagClassName
{
border-color: #6D6775;
}
</style>