Shades of Scarpa Flow #6B6173
Tints of Scarpa Flow #6B6173
RGB
CMYK
RGB Variations
Color information
#6B6173 (or 0x6B6173) is known color: Scarpa Flow. HEX triplet: 6B, 61 and 73. RGB value is (107,97,115). Sum of RGB (Red+Green+Blue) = 107+97+115=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6173 is #949E8C. Grayscale: #656565. Windows color (decimal): -9739917 or 7561579. OLE color: 7561579.
HSL color Cylindrical-coordinate representation of color #6B6173: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B6173 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 97 | 115 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.55 |
| HSL | 273.33º | 0.08% | 0.42% | - |
| HSV(B) | 273.33º | 0.16% | 0.45% | - |
| XYZ | 13.43 | 12.91 | 18 | - |
| YUV | 102.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 115 | 0.07 | 0.16 | 0 | 0.55 | 273.33 | 0.08 | 0.42 |
| Hex | 6B | 61 | 73 | 7 | 10 | 0 | 37 | 111 | 8 | 2A |
| Octal | 153 | 141 | 163 | 7 | 20 | 0 | 67 | 421 | 10 | 52 |
| Binary | 1101011 | 1100001 | 1110011 | 111 | 10000 | 0 | 110111 | 100010001 | 1000 | 101010 |
Color Harmonies of #6B6173
Complementary color
Monochromatic Colors of #6B6173
Black with #6B6173
Text Example
Text Example
White with #6B6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6173; }
p { color: rgb(107,97,115); }
H1.HeaderClassName
{
color: #6B6173;
}
.AnyTagClassName
{
color: #6B6173;
}
</style>
background-color css
<style>
a { background-color: #6B6173; }
a { background-color: rgb(107,97,115); }
div.DivClassName
{
background-color: #6B6173;
}
.BgClassName
{
background-color: #6B6173;
}
</style>
border-color css
<style>
span { border-color: #6B6173; }
span { border-color: rgb(107,97,115); }
td.TdClassName
{
border-color: #6B6173;
}
.TagClassName
{
border-color: #6B6173;
}
</style>