Shades of Scarpa Flow #6B6673
Tints of Scarpa Flow #6B6673
RGB
CMYK
RGB Variations
Color information
#6B6673 (or 0x6B6673) is known color: Scarpa Flow. HEX triplet: 6B, 66 and 73. RGB value is (107,102,115). Sum of RGB (Red+Green+Blue) = 107+102+115=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6673 is #94998C. Grayscale: #686868. Windows color (decimal): -9738637 or 7562859. OLE color: 7562859.
HSL color Cylindrical-coordinate representation of color #6B6673: hue angle of 263.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B6673 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 102 | 115 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.55 |
| HSL | 263.08º | 0.06% | 0.43% | - |
| HSV(B) | 263.08º | 0.11% | 0.45% | - |
| XYZ | 13.91 | 13.87 | 18.16 | - |
| YUV | 104.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 115 | 0.07 | 0.11 | 0 | 0.55 | 263.08 | 0.06 | 0.43 |
| Hex | 6B | 66 | 73 | 7 | B | 0 | 37 | 107 | 6 | 2B |
| Octal | 153 | 146 | 163 | 7 | 13 | 0 | 67 | 407 | 6 | 53 |
| Binary | 1101011 | 1100110 | 1110011 | 111 | 1011 | 0 | 110111 | 100000111 | 110 | 101011 |
Color Harmonies of #6B6673
Complementary color
Monochromatic Colors of #6B6673
Black with #6B6673
Text Example
Text Example
White with #6B6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6673; }
p { color: rgb(107,102,115); }
H1.HeaderClassName
{
color: #6B6673;
}
.AnyTagClassName
{
color: #6B6673;
}
</style>
background-color css
<style>
a { background-color: #6B6673; }
a { background-color: rgb(107,102,115); }
div.DivClassName
{
background-color: #6B6673;
}
.BgClassName
{
background-color: #6B6673;
}
</style>
border-color css
<style>
span { border-color: #6B6673; }
span { border-color: rgb(107,102,115); }
td.TdClassName
{
border-color: #6B6673;
}
.TagClassName
{
border-color: #6B6673;
}
</style>