Shades of Scarpa Flow #6F6777
Tints of Scarpa Flow #6F6777
RGB
CMYK
RGB Variations
Color information
#6F6777 (or 0x6F6777) is known color: Scarpa Flow. HEX triplet: 6F, 67 and 77. RGB value is (111,103,119). Sum of RGB (Red+Green+Blue) = 111+103+119=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F6777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6777 is #909888. Grayscale: #6B6B6B. Windows color (decimal): -9476233 or 7825263. OLE color: 7825263.
HSL color Cylindrical-coordinate representation of color #6F6777: hue angle of 270º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6777 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 103 | 119 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.53 |
| HSL | 270º | 0.07% | 0.44% | - |
| HSV(B) | 270º | 0.13% | 0.47% | - |
| XYZ | 14.74 | 14.41 | 19.46 | - |
| YUV | 107.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 119 | 0.07 | 0.13 | 0 | 0.53 | 270 | 0.07 | 0.44 |
| Hex | 6F | 67 | 77 | 7 | D | 0 | 35 | 10E | 7 | 2C |
| Octal | 157 | 147 | 167 | 7 | 15 | 0 | 65 | 416 | 7 | 54 |
| Binary | 1101111 | 1100111 | 1110111 | 111 | 1101 | 0 | 110101 | 100001110 | 111 | 101100 |
Color Harmonies of #6F6777
Complementary color
Monochromatic Colors of #6F6777
Black with #6F6777
Text Example
Text Example
White with #6F6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6777; }
p { color: rgb(111,103,119); }
H1.HeaderClassName
{
color: #6F6777;
}
.AnyTagClassName
{
color: #6F6777;
}
</style>
background-color css
<style>
a { background-color: #6F6777; }
a { background-color: rgb(111,103,119); }
div.DivClassName
{
background-color: #6F6777;
}
.BgClassName
{
background-color: #6F6777;
}
</style>
border-color css
<style>
span { border-color: #6F6777; }
span { border-color: rgb(111,103,119); }
td.TdClassName
{
border-color: #6F6777;
}
.TagClassName
{
border-color: #6F6777;
}
</style>