#6A6176

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

Shades of Scarpa Flow #6A6176

Tints of Scarpa Flow #6A6176

Color information

#6A6176 (or 0x6A6176) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 61 and 76. RGB value is (106,97,118). Sum of RGB (Red+Green+Blue) = 106+97+118=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A6176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6176 is #959E89. Grayscale: #666666. Windows color (decimal): -9805450 or 7758186. OLE color: 7758186.

HSL color Cylindrical-coordinate representation of color #6A6176: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A6176 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10697118-
CMYK0.100.1800.54
HSL265.71º9.77%42.16%-
HSV(B)265.71º17.8%46.27%-
XYZ13.4912.9218.92-
YUV102.08136.98130.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=33.02%
G=30.22%
B=36.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106971180.100.1800.54265.719.7742.16
Hex6A6176A1203610aa2a
Octal15214116612220664121252
Binary11010101100001111011010101001001101101000010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,118); }

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

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

 a { background-color: rgb(106,97,118); }

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

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

 span { border-color: rgb(106,97,118); }

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