Shades of Scarpa Flow #69616E
Tints of Scarpa Flow #69616E
RGB
CMYK
RGB Variations
Color information
#69616E (or 0x69616E) is known color: Scarpa Flow. HEX triplet: 69, 61 and 6E. RGB value is (105,97,110). Sum of RGB (Red+Green+Blue) = 105+97+110=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 110 - color contains mainly: blue. Hex color #69616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69616E is #969E91. Grayscale: #646464. Windows color (decimal): -9870994 or 7233897. OLE color: 7233897.
HSL color Cylindrical-coordinate representation of color #69616E: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69616E is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 97 | 110 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.57 |
| HSL | 276.92º | 0.06% | 0.41% | - |
| HSV(B) | 276.92º | 0.12% | 0.43% | - |
| XYZ | 12.91 | 12.68 | 16.52 | - |
| YUV | 100.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 110 | 0.05 | 0.12 | 0 | 0.57 | 276.92 | 0.06 | 0.41 |
| Hex | 69 | 61 | 6E | 5 | C | 0 | 39 | 115 | 6 | 29 |
| Octal | 151 | 141 | 156 | 5 | 14 | 0 | 71 | 425 | 6 | 51 |
| Binary | 1101001 | 1100001 | 1101110 | 101 | 1100 | 0 | 111001 | 100010101 | 110 | 101001 |
Color Harmonies of #69616E
Complementary color
Monochromatic Colors of #69616E
Black with #69616E
Text Example
Text Example
White with #69616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69616E; }
p { color: rgb(105,97,110); }
H1.HeaderClassName
{
color: #69616E;
}
.AnyTagClassName
{
color: #69616E;
}
</style>
background-color css
<style>
a { background-color: #69616E; }
a { background-color: rgb(105,97,110); }
div.DivClassName
{
background-color: #69616E;
}
.BgClassName
{
background-color: #69616E;
}
</style>
border-color css
<style>
span { border-color: #69616E; }
span { border-color: rgb(105,97,110); }
td.TdClassName
{
border-color: #69616E;
}
.TagClassName
{
border-color: #69616E;
}
</style>