#6E6972

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

Shades of Scarpa Flow #6E6972

Tints of Scarpa Flow #6E6972

Color information

#6E6972 (or 0x6E6972) is unknown color: approx Scarpa Flow. HEX triplet: 6E, 69 and 72. RGB value is (110,105,114). Sum of RGB (Red+Green+Blue) = 110+105+114=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6972 is #91968D. Grayscale: #6B6B6B. Windows color (decimal): -9541262 or 7498094. OLE color: 7498094.

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

Color convert

RGB110105114-
CMYK0.040.0800.55
HSL273.33º4.11%42.94%-
HSV(B)273.33º7.89%44.71%-
XYZ14.5214.6317.98-
YUV107.52131.66129.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=33.43%
G=31.91%
B=34.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1101051140.040.0800.55273.334.1142.94
Hex6E69724803711142b
Octal156151162410067421453
Binary11011101101001111001010010000110111100010001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,114); }

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

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

 a { background-color: rgb(110,105,114); }

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

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

 span { border-color: rgb(110,105,114); }

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