#6C6575

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

Shades of Scarpa Flow #6C6575

Tints of Scarpa Flow #6C6575

Color information

#6C6575 (or 0x6C6575) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 65 and 75. RGB value is (108,101,117). Sum of RGB (Red+Green+Blue) = 108+101+117=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6575 is #939A8A. Grayscale: #686868. Windows color (decimal): -9673355 or 7693676. OLE color: 7693676.

HSL color Cylindrical-coordinate representation of color #6C6575: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6575 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB108101117-
CMYK0.080.1400.54
HSL266.25º7.34%42.75%-
HSV(B)266.25º13.68%45.88%-
XYZ14.0513.7818.75-
YUV104.92134.82130.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=33.13%
G=30.98%
B=35.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081011170.080.1400.54266.257.3442.75
Hex6C65758E03610a72b
Octal1541451651016066412753
Binary110110011001011110101100011100110110100001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,117); }

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

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

 a { background-color: rgb(108,101,117); }

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

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

 span { border-color: rgb(108,101,117); }

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