Shades of Scarpa Flow #6E6378
Tints of Scarpa Flow #6E6378
RGB
CMYK
RGB Variations
Color information
#6E6378 (or 0x6E6378) is known color: Scarpa Flow. HEX triplet: 6E, 63 and 78. RGB value is (110,99,120). Sum of RGB (Red+Green+Blue) = 110+99+120=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E6378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6378 is #919C87. Grayscale: #686868. Windows color (decimal): -9542792 or 7889774. OLE color: 7889774.
HSL color Cylindrical-coordinate representation of color #6E6378: hue angle of 271.43º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E6378 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 99 | 120 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.53 |
| HSL | 271.43º | 0.1% | 0.43% | - |
| HSV(B) | 271.43º | 0.18% | 0.47% | - |
| XYZ | 14.28 | 13.59 | 19.64 | - |
| YUV | 104.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 120 | 0.08 | 0.17 | 0 | 0.53 | 271.43 | 0.1 | 0.43 |
| Hex | 6E | 63 | 78 | 8 | 11 | 0 | 35 | 10F | A | 2B |
| Octal | 156 | 143 | 170 | 10 | 21 | 0 | 65 | 417 | 12 | 53 |
| Binary | 1101110 | 1100011 | 1111000 | 1000 | 10001 | 0 | 110101 | 100001111 | 1010 | 101011 |
Color Harmonies of #6E6378
Complementary color
Monochromatic Colors of #6E6378
Black with #6E6378
Text Example
Text Example
White with #6E6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6378; }
p { color: rgb(110,99,120); }
H1.HeaderClassName
{
color: #6E6378;
}
.AnyTagClassName
{
color: #6E6378;
}
</style>
background-color css
<style>
a { background-color: #6E6378; }
a { background-color: rgb(110,99,120); }
div.DivClassName
{
background-color: #6E6378;
}
.BgClassName
{
background-color: #6E6378;
}
</style>
border-color css
<style>
span { border-color: #6E6378; }
span { border-color: rgb(110,99,120); }
td.TdClassName
{
border-color: #6E6378;
}
.TagClassName
{
border-color: #6E6378;
}
</style>