Shades of Scarpa Flow #69676C
Tints of Scarpa Flow #69676C
RGB
CMYK
RGB Variations
Color information
#69676C (or 0x69676C) is known color: Scarpa Flow. HEX triplet: 69, 67 and 6C. RGB value is (105,103,108). Sum of RGB (Red+Green+Blue) = 105+103+108=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 108 - color contains mainly: blue. Hex color #69676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676C is #969893. Grayscale: #686868. Windows color (decimal): -9869460 or 7104361. OLE color: 7104361.
HSL color Cylindrical-coordinate representation of color #69676C: hue angle of 264º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #69676C is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 103 | 108 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.58 |
| HSL | 264º | 0.02% | 0.41% | - |
| HSV(B) | 264º | 0.05% | 0.42% | - |
| XYZ | 13.38 | 13.79 | 16.14 | - |
| YUV | 104.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 108 | 0.03 | 0.05 | 0 | 0.58 | 264 | 0.02 | 0.41 |
| Hex | 69 | 67 | 6C | 3 | 5 | 0 | 3A | 108 | 2 | 29 |
| Octal | 151 | 147 | 154 | 3 | 5 | 0 | 72 | 410 | 2 | 51 |
| Binary | 1101001 | 1100111 | 1101100 | 11 | 101 | 0 | 111010 | 100001000 | 10 | 101001 |
Color Harmonies of #69676C
Complementary color
Monochromatic Colors of #69676C
Black with #69676C
Text Example
Text Example
White with #69676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69676C; }
p { color: rgb(105,103,108); }
H1.HeaderClassName
{
color: #69676C;
}
.AnyTagClassName
{
color: #69676C;
}
</style>
background-color css
<style>
a { background-color: #69676C; }
a { background-color: rgb(105,103,108); }
div.DivClassName
{
background-color: #69676C;
}
.BgClassName
{
background-color: #69676C;
}
</style>
border-color css
<style>
span { border-color: #69676C; }
span { border-color: rgb(105,103,108); }
td.TdClassName
{
border-color: #69676C;
}
.TagClassName
{
border-color: #69676C;
}
</style>