Shades of Scarpa Flow #6B6670
Tints of Scarpa Flow #6B6670
RGB
CMYK
RGB Variations
Color information
#6B6670 (or 0x6B6670) is known color: Scarpa Flow. HEX triplet: 6B, 66 and 70. RGB value is (107,102,112). Sum of RGB (Red+Green+Blue) = 107+102+112=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6670 is #94998F. Grayscale: #686868. Windows color (decimal): -9738640 or 7366251. OLE color: 7366251.
HSL color Cylindrical-coordinate representation of color #6B6670: hue angle of 270º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6670 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 102 | 112 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.56 |
| HSL | 270º | 0.05% | 0.42% | - |
| HSV(B) | 270º | 0.09% | 0.44% | - |
| XYZ | 13.74 | 13.8 | 17.27 | - |
| YUV | 104.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 112 | 0.04 | 0.09 | 0 | 0.56 | 270 | 0.05 | 0.42 |
| Hex | 6B | 66 | 70 | 4 | 9 | 0 | 38 | 10E | 5 | 2A |
| Octal | 153 | 146 | 160 | 4 | 11 | 0 | 70 | 416 | 5 | 52 |
| Binary | 1101011 | 1100110 | 1110000 | 100 | 1001 | 0 | 111000 | 100001110 | 101 | 101010 |
Color Harmonies of #6B6670
Complementary color
Monochromatic Colors of #6B6670
Black with #6B6670
Text Example
Text Example
White with #6B6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6670; }
p { color: rgb(107,102,112); }
H1.HeaderClassName
{
color: #6B6670;
}
.AnyTagClassName
{
color: #6B6670;
}
</style>
background-color css
<style>
a { background-color: #6B6670; }
a { background-color: rgb(107,102,112); }
div.DivClassName
{
background-color: #6B6670;
}
.BgClassName
{
background-color: #6B6670;
}
</style>
border-color css
<style>
span { border-color: #6B6670; }
span { border-color: rgb(107,102,112); }
td.TdClassName
{
border-color: #6B6670;
}
.TagClassName
{
border-color: #6B6670;
}
</style>