Shades of Scarpa Flow #69636E
Tints of Scarpa Flow #69636E
RGB
CMYK
RGB Variations
Color information
#69636E (or 0x69636E) is known color: Scarpa Flow. HEX triplet: 69, 63 and 6E. RGB value is (105,99,110). Sum of RGB (Red+Green+Blue) = 105+99+110=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 110 - color contains mainly: blue. Hex color #69636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69636E is #969C91. Grayscale: #666666. Windows color (decimal): -9870482 or 7234409. OLE color: 7234409.
HSL color Cylindrical-coordinate representation of color #69636E: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #69636E is Cyan = 0.05, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 99 | 110 | - |
| CMYK | 0.05 | 0.1 | 0 | 0.57 |
| HSL | 272.73º | 0.05% | 0.41% | - |
| HSV(B) | 272.73º | 0.1% | 0.43% | - |
| XYZ | 13.1 | 13.05 | 16.58 | - |
| YUV | 102.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 110 | 0.05 | 0.1 | 0 | 0.57 | 272.73 | 0.05 | 0.41 |
| Hex | 69 | 63 | 6E | 5 | A | 0 | 39 | 111 | 5 | 29 |
| Octal | 151 | 143 | 156 | 5 | 12 | 0 | 71 | 421 | 5 | 51 |
| Binary | 1101001 | 1100011 | 1101110 | 101 | 1010 | 0 | 111001 | 100010001 | 101 | 101001 |
Color Harmonies of #69636E
Complementary color
Monochromatic Colors of #69636E
Black with #69636E
Text Example
Text Example
White with #69636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69636E; }
p { color: rgb(105,99,110); }
H1.HeaderClassName
{
color: #69636E;
}
.AnyTagClassName
{
color: #69636E;
}
</style>
background-color css
<style>
a { background-color: #69636E; }
a { background-color: rgb(105,99,110); }
div.DivClassName
{
background-color: #69636E;
}
.BgClassName
{
background-color: #69636E;
}
</style>
border-color css
<style>
span { border-color: #69636E; }
span { border-color: rgb(105,99,110); }
td.TdClassName
{
border-color: #69636E;
}
.TagClassName
{
border-color: #69636E;
}
</style>