Shades of Scarpa Flow #6D607B
Tints of Scarpa Flow #6D607B
RGB
CMYK
RGB Variations
Color information
#6D607B (or 0x6D607B) is known color: Scarpa Flow. HEX triplet: 6D, 60 and 7B. RGB value is (109,96,123). Sum of RGB (Red+Green+Blue) = 109+96+123=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D607B is #929F84. Grayscale: #666666. Windows color (decimal): -9609093 or 8085613. OLE color: 8085613.
HSL color Cylindrical-coordinate representation of color #6D607B: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D607B is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 96 | 123 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.52 |
| HSL | 268.89º | 0.12% | 0.43% | - |
| HSV(B) | 268.89º | 0.22% | 0.48% | - |
| XYZ | 14.06 | 13.05 | 20.52 | - |
| YUV | 102.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 123 | 0.11 | 0.22 | 0 | 0.52 | 268.89 | 0.12 | 0.43 |
| Hex | 6D | 60 | 7B | B | 16 | 0 | 34 | 10D | C | 2B |
| Octal | 155 | 140 | 173 | 13 | 26 | 0 | 64 | 415 | 14 | 53 |
| Binary | 1101101 | 1100000 | 1111011 | 1011 | 10110 | 0 | 110100 | 100001101 | 1100 | 101011 |
Color Harmonies of #6D607B
Complementary color
Monochromatic Colors of #6D607B
Black with #6D607B
Text Example
Text Example
White with #6D607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D607B; }
p { color: rgb(109,96,123); }
H1.HeaderClassName
{
color: #6D607B;
}
.AnyTagClassName
{
color: #6D607B;
}
</style>
background-color css
<style>
a { background-color: #6D607B; }
a { background-color: rgb(109,96,123); }
div.DivClassName
{
background-color: #6D607B;
}
.BgClassName
{
background-color: #6D607B;
}
</style>
border-color css
<style>
span { border-color: #6D607B; }
span { border-color: rgb(109,96,123); }
td.TdClassName
{
border-color: #6D607B;
}
.TagClassName
{
border-color: #6D607B;
}
</style>