#6B5D77

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

Shades of Scarpa Flow #6B5D77

Tints of Scarpa Flow #6B5D77

Color information

#6B5D77 (or 0x6B5D77) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 5D and 77. RGB value is (107,93,119). Sum of RGB (Red+Green+Blue) = 107+93+119=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B5D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D77 is #94A288. Grayscale: #646464. Windows color (decimal): -9740937 or 7822699. OLE color: 7822699.

HSL color Cylindrical-coordinate representation of color #6B5D77: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5D77 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10793119-
CMYK0.100.2200.53
HSL272.31º12.26%41.57%-
HSV(B)272.31º21.85%46.67%-
XYZ13.3112.2919.12-
YUV100.15138.64132.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=33.54%
G=29.15%
B=37.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107931190.100.2200.53272.3112.2641.57
Hex6B5D77A16035110c2a
Octal15313516712260654201452
Binary11010111011101111011110101011001101011000100001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,93,119); }

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

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

 a { background-color: rgb(107,93,119); }

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

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

 span { border-color: rgb(107,93,119); }

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