Shades of Scarpa Flow #69606F
Tints of Scarpa Flow #69606F
RGB
CMYK
RGB Variations
Color information
#69606F (or 0x69606F) is known color: Scarpa Flow. HEX triplet: 69, 60 and 6F. RGB value is (105,96,111). Sum of RGB (Red+Green+Blue) = 105+96+111=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 111 - color contains mainly: blue. Hex color #69606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69606F is #969F90. Grayscale: #646464. Windows color (decimal): -9871249 or 7299177. OLE color: 7299177.
HSL color Cylindrical-coordinate representation of color #69606F: hue angle of 276º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #69606F is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 96 | 111 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.56 |
| HSL | 276º | 0.07% | 0.41% | - |
| HSV(B) | 276º | 0.14% | 0.44% | - |
| XYZ | 12.88 | 12.52 | 16.78 | - |
| YUV | 100.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 111 | 0.05 | 0.14 | 0 | 0.56 | 276 | 0.07 | 0.41 |
| Hex | 69 | 60 | 6F | 5 | E | 0 | 38 | 114 | 7 | 29 |
| Octal | 151 | 140 | 157 | 5 | 16 | 0 | 70 | 424 | 7 | 51 |
| Binary | 1101001 | 1100000 | 1101111 | 101 | 1110 | 0 | 111000 | 100010100 | 111 | 101001 |
Color Harmonies of #69606F
Complementary color
Monochromatic Colors of #69606F
Black with #69606F
Text Example
Text Example
White with #69606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69606F; }
p { color: rgb(105,96,111); }
H1.HeaderClassName
{
color: #69606F;
}
.AnyTagClassName
{
color: #69606F;
}
</style>
background-color css
<style>
a { background-color: #69606F; }
a { background-color: rgb(105,96,111); }
div.DivClassName
{
background-color: #69606F;
}
.BgClassName
{
background-color: #69606F;
}
</style>
border-color css
<style>
span { border-color: #69606F; }
span { border-color: rgb(105,96,111); }
td.TdClassName
{
border-color: #69606F;
}
.TagClassName
{
border-color: #69606F;
}
</style>