#6A6073

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

Shades of Scarpa Flow #6A6073

Tints of Scarpa Flow #6A6073

Color information

#6A6073 (or 0x6A6073) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 60 and 73. RGB value is (106,96,115). Sum of RGB (Red+Green+Blue) = 106+96+115=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6073 is #959F8C. Grayscale: #656565. Windows color (decimal): -9805709 or 7561322. OLE color: 7561322.

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

Color convert

RGB10696115-
CMYK0.080.1700.55
HSL271.58º9%41.37%-
HSV(B)271.58º16.52%45.1%-
XYZ13.2212.6717.97-
YUV101.16135.81131.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=33.44%
G=30.28%
B=36.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106961150.080.1700.55271.58941.37
Hex6A6073811037110929
Octal15214016310210674201151
Binary11010101100000111001110001000101101111000100001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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