Shades of Scarpa Flow #6B6274
Tints of Scarpa Flow #6B6274
RGB
CMYK
RGB Variations
Color information
#6B6274 (or 0x6B6274) is known color: Scarpa Flow. HEX triplet: 6B, 62 and 74. RGB value is (107,98,116). Sum of RGB (Red+Green+Blue) = 107+98+116=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B6274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6274 is #949D8B. Grayscale: #666666. Windows color (decimal): -9739660 or 7627371. OLE color: 7627371.
HSL color Cylindrical-coordinate representation of color #6B6274: hue angle of 270º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B6274 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 98 | 116 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.55 |
| HSL | 270º | 0.08% | 0.42% | - |
| HSV(B) | 270º | 0.16% | 0.45% | - |
| XYZ | 13.58 | 13.12 | 18.34 | - |
| YUV | 102.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 116 | 0.08 | 0.16 | 0 | 0.55 | 270 | 0.08 | 0.42 |
| Hex | 6B | 62 | 74 | 8 | 10 | 0 | 37 | 10E | 8 | 2A |
| Octal | 153 | 142 | 164 | 10 | 20 | 0 | 67 | 416 | 10 | 52 |
| Binary | 1101011 | 1100010 | 1110100 | 1000 | 10000 | 0 | 110111 | 100001110 | 1000 | 101010 |
Color Harmonies of #6B6274
Complementary color
Monochromatic Colors of #6B6274
Black with #6B6274
Text Example
Text Example
White with #6B6274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6274; }
p { color: rgb(107,98,116); }
H1.HeaderClassName
{
color: #6B6274;
}
.AnyTagClassName
{
color: #6B6274;
}
</style>
background-color css
<style>
a { background-color: #6B6274; }
a { background-color: rgb(107,98,116); }
div.DivClassName
{
background-color: #6B6274;
}
.BgClassName
{
background-color: #6B6274;
}
</style>
border-color css
<style>
span { border-color: #6B6274; }
span { border-color: rgb(107,98,116); }
td.TdClassName
{
border-color: #6B6274;
}
.TagClassName
{
border-color: #6B6274;
}
</style>