Shades of Scarpa Flow #6C696E
Tints of Scarpa Flow #6C696E
RGB
CMYK
RGB Variations
Color information
#6C696E (or 0x6C696E) is known color: Scarpa Flow. HEX triplet: 6C, 69 and 6E. RGB value is (108,105,110). Sum of RGB (Red+Green+Blue) = 108+105+110=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C696E is #939691. Grayscale: #6A6A6A. Windows color (decimal): -9672338 or 7235948. OLE color: 7235948.
HSL color Cylindrical-coordinate representation of color #6C696E: hue angle of 276º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C696E is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 105 | 110 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.57 |
| HSL | 276º | 0.02% | 0.42% | - |
| HSV(B) | 276º | 0.05% | 0.43% | - |
| XYZ | 14.05 | 14.42 | 16.79 | - |
| YUV | 106.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 110 | 0.02 | 0.05 | 0 | 0.57 | 276 | 0.02 | 0.42 |
| Hex | 6C | 69 | 6E | 2 | 5 | 0 | 39 | 114 | 2 | 2A |
| Octal | 154 | 151 | 156 | 2 | 5 | 0 | 71 | 424 | 2 | 52 |
| Binary | 1101100 | 1101001 | 1101110 | 10 | 101 | 0 | 111001 | 100010100 | 10 | 101010 |
Color Harmonies of #6C696E
Complementary color
Monochromatic Colors of #6C696E
Black with #6C696E
Text Example
Text Example
White with #6C696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C696E; }
p { color: rgb(108,105,110); }
H1.HeaderClassName
{
color: #6C696E;
}
.AnyTagClassName
{
color: #6C696E;
}
</style>
background-color css
<style>
a { background-color: #6C696E; }
a { background-color: rgb(108,105,110); }
div.DivClassName
{
background-color: #6C696E;
}
.BgClassName
{
background-color: #6C696E;
}
</style>
border-color css
<style>
span { border-color: #6C696E; }
span { border-color: rgb(108,105,110); }
td.TdClassName
{
border-color: #6C696E;
}
.TagClassName
{
border-color: #6C696E;
}
</style>