#6C6873

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

Shades of Scarpa Flow #6C6873

Tints of Scarpa Flow #6C6873

Color information

#6C6873 (or 0x6C6873) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 68 and 73. RGB value is (108,104,115). Sum of RGB (Red+Green+Blue) = 108+104+115=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C6873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6873 is #93978C. Grayscale: #6A6A6A. Windows color (decimal): -9672589 or 7563372. OLE color: 7563372.

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

Color convert

RGB108104115-
CMYK0.060.1000.55
HSL261.82º5.02%42.94%-
HSV(B)261.82º9.57%45.1%-
XYZ14.2314.3318.24-
YUV106.45132.83129.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.03%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=33.03%
G=31.80%
B=35.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081041150.060.1000.55261.825.0242.94
Hex6C68736A03710652b
Octal154150163612067406553
Binary11011001101000111001111010100110111100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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