Shades of Scarpa Flow #6B6371
Tints of Scarpa Flow #6B6371
RGB
CMYK
RGB Variations
Color information
#6B6371 (or 0x6B6371) is known color: Scarpa Flow. HEX triplet: 6B, 63 and 71. RGB value is (107,99,113). Sum of RGB (Red+Green+Blue) = 107+99+113=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6371 is #949C8E. Grayscale: #666666. Windows color (decimal): -9739407 or 7431019. OLE color: 7431019.
HSL color Cylindrical-coordinate representation of color #6B6371: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B6371 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 99 | 113 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.56 |
| HSL | 274.29º | 0.07% | 0.42% | - |
| HSV(B) | 274.29º | 0.12% | 0.44% | - |
| XYZ | 13.51 | 13.24 | 17.47 | - |
| YUV | 102.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 113 | 0.05 | 0.12 | 0 | 0.56 | 274.29 | 0.07 | 0.42 |
| Hex | 6B | 63 | 71 | 5 | C | 0 | 38 | 112 | 7 | 2A |
| Octal | 153 | 143 | 161 | 5 | 14 | 0 | 70 | 422 | 7 | 52 |
| Binary | 1101011 | 1100011 | 1110001 | 101 | 1100 | 0 | 111000 | 100010010 | 111 | 101010 |
Color Harmonies of #6B6371
Complementary color
Monochromatic Colors of #6B6371
Black with #6B6371
Text Example
Text Example
White with #6B6371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6371; }
p { color: rgb(107,99,113); }
H1.HeaderClassName
{
color: #6B6371;
}
.AnyTagClassName
{
color: #6B6371;
}
</style>
background-color css
<style>
a { background-color: #6B6371; }
a { background-color: rgb(107,99,113); }
div.DivClassName
{
background-color: #6B6371;
}
.BgClassName
{
background-color: #6B6371;
}
</style>
border-color css
<style>
span { border-color: #6B6371; }
span { border-color: rgb(107,99,113); }
td.TdClassName
{
border-color: #6B6371;
}
.TagClassName
{
border-color: #6B6371;
}
</style>