Shades of Scarpa Flow #6B696D
Tints of Scarpa Flow #6B696D
RGB
CMYK
RGB Variations
Color information
#6B696D (or 0x6B696D) is known color: Scarpa Flow. HEX triplet: 6B, 69 and 6D. RGB value is (107,105,109). Sum of RGB (Red+Green+Blue) = 107+105+109=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B696D is #949692. Grayscale: #6A6A6A. Windows color (decimal): -9737875 or 7170411. OLE color: 7170411.
HSL color Cylindrical-coordinate representation of color #6B696D: hue angle of 270º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6B696D is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 105 | 109 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.57 |
| HSL | 270º | 0.02% | 0.42% | - |
| HSV(B) | 270º | 0.04% | 0.43% | - |
| XYZ | 13.88 | 14.33 | 16.5 | - |
| YUV | 106.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 109 | 0.02 | 0.04 | 0 | 0.57 | 270 | 0.02 | 0.42 |
| Hex | 6B | 69 | 6D | 2 | 4 | 0 | 39 | 10E | 2 | 2A |
| Octal | 153 | 151 | 155 | 2 | 4 | 0 | 71 | 416 | 2 | 52 |
| Binary | 1101011 | 1101001 | 1101101 | 10 | 100 | 0 | 111001 | 100001110 | 10 | 101010 |
Color Harmonies of #6B696D
Complementary color
Monochromatic Colors of #6B696D
Black with #6B696D
Text Example
Text Example
White with #6B696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B696D; }
p { color: rgb(107,105,109); }
H1.HeaderClassName
{
color: #6B696D;
}
.AnyTagClassName
{
color: #6B696D;
}
</style>
background-color css
<style>
a { background-color: #6B696D; }
a { background-color: rgb(107,105,109); }
div.DivClassName
{
background-color: #6B696D;
}
.BgClassName
{
background-color: #6B696D;
}
</style>
border-color css
<style>
span { border-color: #6B696D; }
span { border-color: rgb(107,105,109); }
td.TdClassName
{
border-color: #6B696D;
}
.TagClassName
{
border-color: #6B696D;
}
</style>