#6A6072

Color #6A6072 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #6A6072

Tints of Scarpa Flow #6A6072

Color information

#6A6072 (or 0x6A6072) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 60 and 72. RGB value is (106,96,114). Sum of RGB (Red+Green+Blue) = 106+96+114=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6072 is #959F8D. Grayscale: #646464. Windows color (decimal): -9805710 or 7495786. OLE color: 7495786.

HSL color Cylindrical-coordinate representation of color #6A6072: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A6072 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10696114-
CMYK0.070.1600.55
HSL273.33º8.57%41.18%-
HSV(B)273.33º15.79%44.71%-
XYZ13.1612.6417.67-
YUV101.04135.31131.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=33.54%
G=30.38%
B=36.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106961140.070.1600.55273.338.5741.18
Hex6A6072710037111929
Octal1521401627200674211151
Binary1101010110000011100101111000001101111000100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6072; }

 p { color: rgb(106,96,114); }

 H1.HeaderClassName
 {
   color: #6A6072;
 }
 .AnyTagClassName
 {
   color: #6A6072;
 }
</style>
background-color css

<style>
 a { background-color: #6A6072; }

 a { background-color: rgb(106,96,114); }

 div.DivClassName
 {
   background-color: #6A6072;
 }
 .BgClassName
 {
   background-color: #6A6072;
 }
</style>
border-color css

<style>
 span { border-color: #6A6072; }

 span { border-color: rgb(106,96,114); }

 td.TdClassName
 {
   border-color: #6A6072;
 }
 .TagClassName
 {
   border-color: #6A6072;
 }
</style>