#6E6876

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

Shades of Scarpa Flow #6E6876

Tints of Scarpa Flow #6E6876

Color information

#6E6876 (or 0x6E6876) is unknown color: approx Scarpa Flow. HEX triplet: 6E, 68 and 76. RGB value is (110,104,118). Sum of RGB (Red+Green+Blue) = 110+104+118=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6876 is #919789. Grayscale: #6B6B6B. Windows color (decimal): -9541514 or 7759982. OLE color: 7759982.

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

Color convert

RGB110104118-
CMYK0.070.1200.54
HSL265.71º6.31%43.53%-
HSV(B)265.71º11.86%46.27%-
XYZ14.6514.5219.17-
YUV107.39133.99129.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=33.13%
G=31.33%
B=35.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1101041180.070.1200.54265.716.3143.53
Hex6E68767C03610a62c
Octal156150166714066412654
Binary11011101101000111011011111000110110100001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,104,118); }

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

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

 a { background-color: rgb(110,104,118); }

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

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

 span { border-color: rgb(110,104,118); }

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