Shades of Scarpa Flow #6A6274
Tints of Scarpa Flow #6A6274
RGB
CMYK
RGB Variations
Color information
#6A6274 (or 0x6A6274) is known color: Scarpa Flow. HEX triplet: 6A, 62 and 74. RGB value is (106,98,116). Sum of RGB (Red+Green+Blue) = 106+98+116=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A6274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6274 is #959D8B. Grayscale: #666666. Windows color (decimal): -9805196 or 7627370. OLE color: 7627370.
HSL color Cylindrical-coordinate representation of color #6A6274: hue angle of 266.67º 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 #6A6274 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 98 | 116 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.55 |
| HSL | 266.67º | 0.08% | 0.42% | - |
| HSV(B) | 266.67º | 0.16% | 0.45% | - |
| XYZ | 13.46 | 13.06 | 18.33 | - |
| YUV | 102.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 116 | 0.09 | 0.16 | 0 | 0.55 | 266.67 | 0.08 | 0.42 |
| Hex | 6A | 62 | 74 | 9 | 10 | 0 | 37 | 10B | 8 | 2A |
| Octal | 152 | 142 | 164 | 11 | 20 | 0 | 67 | 413 | 10 | 52 |
| Binary | 1101010 | 1100010 | 1110100 | 1001 | 10000 | 0 | 110111 | 100001011 | 1000 | 101010 |
Color Harmonies of #6A6274
Complementary color
Monochromatic Colors of #6A6274
Black with #6A6274
Text Example
Text Example
White with #6A6274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6274; }
p { color: rgb(106,98,116); }
H1.HeaderClassName
{
color: #6A6274;
}
.AnyTagClassName
{
color: #6A6274;
}
</style>
background-color css
<style>
a { background-color: #6A6274; }
a { background-color: rgb(106,98,116); }
div.DivClassName
{
background-color: #6A6274;
}
.BgClassName
{
background-color: #6A6274;
}
</style>
border-color css
<style>
span { border-color: #6A6274; }
span { border-color: rgb(106,98,116); }
td.TdClassName
{
border-color: #6A6274;
}
.TagClassName
{
border-color: #6A6274;
}
</style>