Shades of Scarpa Flow #69646D
Tints of Scarpa Flow #69646D
RGB
CMYK
RGB Variations
Color information
#69646D (or 0x69646D) is known color: Scarpa Flow. HEX triplet: 69, 64 and 6D. RGB value is (105,100,109). Sum of RGB (Red+Green+Blue) = 105+100+109=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #69646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69646D is #969B92. Grayscale: #666666. Windows color (decimal): -9870227 or 7169129. OLE color: 7169129.
HSL color Cylindrical-coordinate representation of color #69646D: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #69646D is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 100 | 109 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.57 |
| HSL | 273.33º | 0.04% | 0.41% | - |
| HSV(B) | 273.33º | 0.08% | 0.43% | - |
| XYZ | 13.14 | 13.22 | 16.33 | - |
| YUV | 102.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 109 | 0.04 | 0.08 | 0 | 0.57 | 273.33 | 0.04 | 0.41 |
| Hex | 69 | 64 | 6D | 4 | 8 | 0 | 39 | 111 | 4 | 29 |
| Octal | 151 | 144 | 155 | 4 | 10 | 0 | 71 | 421 | 4 | 51 |
| Binary | 1101001 | 1100100 | 1101101 | 100 | 1000 | 0 | 111001 | 100010001 | 100 | 101001 |
Color Harmonies of #69646D
Complementary color
Monochromatic Colors of #69646D
Black with #69646D
Text Example
Text Example
White with #69646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69646D; }
p { color: rgb(105,100,109); }
H1.HeaderClassName
{
color: #69646D;
}
.AnyTagClassName
{
color: #69646D;
}
</style>
background-color css
<style>
a { background-color: #69646D; }
a { background-color: rgb(105,100,109); }
div.DivClassName
{
background-color: #69646D;
}
.BgClassName
{
background-color: #69646D;
}
</style>
border-color css
<style>
span { border-color: #69646D; }
span { border-color: rgb(105,100,109); }
td.TdClassName
{
border-color: #69646D;
}
.TagClassName
{
border-color: #69646D;
}
</style>