Shades of Scarpa Flow #69656D
Tints of Scarpa Flow #69656D
RGB
CMYK
RGB Variations
Color information
#69656D (or 0x69656D) is known color: Scarpa Flow. HEX triplet: 69, 65 and 6D. RGB value is (105,101,109). Sum of RGB (Red+Green+Blue) = 105+101+109=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #69656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69656D is #969A92. Grayscale: #676767. Windows color (decimal): -9869971 or 7169385. OLE color: 7169385.
HSL color Cylindrical-coordinate representation of color #69656D: hue angle of 270º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #69656D is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 101 | 109 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.57 |
| HSL | 270º | 0.04% | 0.41% | - |
| HSV(B) | 270º | 0.07% | 0.43% | - |
| XYZ | 13.24 | 13.41 | 16.36 | - |
| YUV | 103.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 109 | 0.04 | 0.07 | 0 | 0.57 | 270 | 0.04 | 0.41 |
| Hex | 69 | 65 | 6D | 4 | 7 | 0 | 39 | 10E | 4 | 29 |
| Octal | 151 | 145 | 155 | 4 | 7 | 0 | 71 | 416 | 4 | 51 |
| Binary | 1101001 | 1100101 | 1101101 | 100 | 111 | 0 | 111001 | 100001110 | 100 | 101001 |
Color Harmonies of #69656D
Complementary color
Monochromatic Colors of #69656D
Black with #69656D
Text Example
Text Example
White with #69656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69656D; }
p { color: rgb(105,101,109); }
H1.HeaderClassName
{
color: #69656D;
}
.AnyTagClassName
{
color: #69656D;
}
</style>
background-color css
<style>
a { background-color: #69656D; }
a { background-color: rgb(105,101,109); }
div.DivClassName
{
background-color: #69656D;
}
.BgClassName
{
background-color: #69656D;
}
</style>
border-color css
<style>
span { border-color: #69656D; }
span { border-color: rgb(105,101,109); }
td.TdClassName
{
border-color: #69656D;
}
.TagClassName
{
border-color: #69656D;
}
</style>