Shades of Scarpa Flow #6B6378
Tints of Scarpa Flow #6B6378
RGB
CMYK
RGB Variations
Color information
#6B6378 (or 0x6B6378) is known color: Scarpa Flow. HEX triplet: 6B, 63 and 78. RGB value is (107,99,120). Sum of RGB (Red+Green+Blue) = 107+99+120=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B6378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6378 is #949C87. Grayscale: #676767. Windows color (decimal): -9739400 or 7889771. OLE color: 7889771.
HSL color Cylindrical-coordinate representation of color #6B6378: hue angle of 262.86º 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 #6B6378 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 99 | 120 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.53 |
| HSL | 262.86º | 0.1% | 0.43% | - |
| HSV(B) | 262.86º | 0.18% | 0.47% | - |
| XYZ | 13.92 | 13.41 | 19.62 | - |
| YUV | 103.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 120 | 0.11 | 0.17 | 0 | 0.53 | 262.86 | 0.1 | 0.43 |
| Hex | 6B | 63 | 78 | B | 11 | 0 | 35 | 107 | A | 2B |
| Octal | 153 | 143 | 170 | 13 | 21 | 0 | 65 | 407 | 12 | 53 |
| Binary | 1101011 | 1100011 | 1111000 | 1011 | 10001 | 0 | 110101 | 100000111 | 1010 | 101011 |
Color Harmonies of #6B6378
Complementary color
Monochromatic Colors of #6B6378
Black with #6B6378
Text Example
Text Example
White with #6B6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6378; }
p { color: rgb(107,99,120); }
H1.HeaderClassName
{
color: #6B6378;
}
.AnyTagClassName
{
color: #6B6378;
}
</style>
background-color css
<style>
a { background-color: #6B6378; }
a { background-color: rgb(107,99,120); }
div.DivClassName
{
background-color: #6B6378;
}
.BgClassName
{
background-color: #6B6378;
}
</style>
border-color css
<style>
span { border-color: #6B6378; }
span { border-color: rgb(107,99,120); }
td.TdClassName
{
border-color: #6B6378;
}
.TagClassName
{
border-color: #6B6378;
}
</style>