Shades of Scarpa Flow #69626E
Tints of Scarpa Flow #69626E
RGB
CMYK
RGB Variations
Color information
#69626E (or 0x69626E) is known color: Scarpa Flow. HEX triplet: 69, 62 and 6E. RGB value is (105,98,110). Sum of RGB (Red+Green+Blue) = 105+98+110=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 110 - color contains mainly: blue. Hex color #69626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69626E is #969D91. Grayscale: #656565. Windows color (decimal): -9870738 or 7234153. OLE color: 7234153.
HSL color Cylindrical-coordinate representation of color #69626E: hue angle of 275º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #69626E is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 98 | 110 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.57 |
| HSL | 275º | 0.06% | 0.41% | - |
| HSV(B) | 275º | 0.11% | 0.43% | - |
| XYZ | 13.01 | 12.86 | 16.55 | - |
| YUV | 101.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 110 | 0.05 | 0.11 | 0 | 0.57 | 275 | 0.06 | 0.41 |
| Hex | 69 | 62 | 6E | 5 | B | 0 | 39 | 113 | 6 | 29 |
| Octal | 151 | 142 | 156 | 5 | 13 | 0 | 71 | 423 | 6 | 51 |
| Binary | 1101001 | 1100010 | 1101110 | 101 | 1011 | 0 | 111001 | 100010011 | 110 | 101001 |
Color Harmonies of #69626E
Complementary color
Monochromatic Colors of #69626E
Black with #69626E
Text Example
Text Example
White with #69626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69626E; }
p { color: rgb(105,98,110); }
H1.HeaderClassName
{
color: #69626E;
}
.AnyTagClassName
{
color: #69626E;
}
</style>
background-color css
<style>
a { background-color: #69626E; }
a { background-color: rgb(105,98,110); }
div.DivClassName
{
background-color: #69626E;
}
.BgClassName
{
background-color: #69626E;
}
</style>
border-color css
<style>
span { border-color: #69626E; }
span { border-color: rgb(105,98,110); }
td.TdClassName
{
border-color: #69626E;
}
.TagClassName
{
border-color: #69626E;
}
</style>