#6C6573

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

Shades of Scarpa Flow #6C6573

Tints of Scarpa Flow #6C6573

Color information

#6C6573 (or 0x6C6573) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 65 and 73. RGB value is (108,101,115). Sum of RGB (Red+Green+Blue) = 108+101+115=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6573 is #939A8C. Grayscale: #686868. Windows color (decimal): -9673357 or 7562604. OLE color: 7562604.

HSL color Cylindrical-coordinate representation of color #6C6573: hue angle of 270º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6573 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB108101115-
CMYK0.060.1200.55
HSL270º6.48%42.35%-
HSV(B)270º12.17%45.1%-
XYZ13.9313.7318.14-
YUV104.69133.82130.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=33.33%
G=31.17%
B=35.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081011150.060.1200.552706.4842.35
Hex6C65736C03710e62a
Octal154145163614067416652
Binary11011001100101111001111011000110111100001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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