#6B6176

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

Shades of Scarpa Flow #6B6176

Tints of Scarpa Flow #6B6176

Color information

#6B6176 (or 0x6B6176) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 61 and 76. RGB value is (107,97,118). Sum of RGB (Red+Green+Blue) = 107+97+118=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6176 is #949E89. Grayscale: #666666. Windows color (decimal): -9739914 or 7758187. OLE color: 7758187.

HSL color Cylindrical-coordinate representation of color #6B6176: hue angle of 268.57º 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 #6B6176 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10797118-
CMYK0.090.1800.54
HSL268.57º9.77%42.16%-
HSV(B)268.57º17.8%46.27%-
XYZ13.6112.9818.93-
YUV102.38136.81131.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=33.23%
G=30.12%
B=36.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107971180.090.1800.54268.579.7742.16
Hex6B617691203610da2a
Octal15314116611220664151252
Binary11010111100001111011010011001001101101000011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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