#6C6870

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

Shades of Scarpa Flow #6C6870

Tints of Scarpa Flow #6C6870

Color information

#6C6870 (or 0x6C6870) is unknown color: approx Scarpa Flow. HEX triplet: 6C, 68 and 70. RGB value is (108,104,112). Sum of RGB (Red+Green+Blue) = 108+104+112=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6870 is #93978F. Grayscale: #6A6A6A. Windows color (decimal): -9672592 or 7366764. OLE color: 7366764.

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

Color convert

RGB108104112-
CMYK0.040.0700.56
HSL270º3.7%42.35%-
HSV(B)270º7.14%43.92%-
XYZ14.0614.2617.34-
YUV106.11131.33129.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=33.33%
G=32.10%
B=34.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1081041120.040.0700.562703.742.35
Hex6C68704703810e42a
Octal15415016047070416452
Binary1101100110100011100001001110111000100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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