Shades of Scarpa Flow #6B6373
Tints of Scarpa Flow #6B6373
RGB
CMYK
RGB Variations
Color information
#6B6373 (or 0x6B6373) is known color: Scarpa Flow. HEX triplet: 6B, 63 and 73. RGB value is (107,99,115). Sum of RGB (Red+Green+Blue) = 107+99+115=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6373 is #949C8C. Grayscale: #676767. Windows color (decimal): -9739405 or 7562091. OLE color: 7562091.
HSL color Cylindrical-coordinate representation of color #6B6373: hue angle of 270º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B6373 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 99 | 115 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.55 |
| HSL | 270º | 0.07% | 0.42% | - |
| HSV(B) | 270º | 0.14% | 0.45% | - |
| XYZ | 13.62 | 13.29 | 18.07 | - |
| YUV | 103.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 115 | 0.07 | 0.14 | 0 | 0.55 | 270 | 0.07 | 0.42 |
| Hex | 6B | 63 | 73 | 7 | E | 0 | 37 | 10E | 7 | 2A |
| Octal | 153 | 143 | 163 | 7 | 16 | 0 | 67 | 416 | 7 | 52 |
| Binary | 1101011 | 1100011 | 1110011 | 111 | 1110 | 0 | 110111 | 100001110 | 111 | 101010 |
Color Harmonies of #6B6373
Complementary color
Monochromatic Colors of #6B6373
Black with #6B6373
Text Example
Text Example
White with #6B6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6373; }
p { color: rgb(107,99,115); }
H1.HeaderClassName
{
color: #6B6373;
}
.AnyTagClassName
{
color: #6B6373;
}
</style>
background-color css
<style>
a { background-color: #6B6373; }
a { background-color: rgb(107,99,115); }
div.DivClassName
{
background-color: #6B6373;
}
.BgClassName
{
background-color: #6B6373;
}
</style>
border-color css
<style>
span { border-color: #6B6373; }
span { border-color: rgb(107,99,115); }
td.TdClassName
{
border-color: #6B6373;
}
.TagClassName
{
border-color: #6B6373;
}
</style>