#6F6D72

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

Shades of Scarpa Flow #6F6D72

Tints of Scarpa Flow #6F6D72

Color information

#6F6D72 (or 0x6F6D72) is unknown color: approx Scarpa Flow. HEX triplet: 6F, 6D and 72. RGB value is (111,109,114). Sum of RGB (Red+Green+Blue) = 111+109+114=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D72 is #90928D. Grayscale: #6E6E6E. Windows color (decimal): -9474702 or 7499119. OLE color: 7499119.

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

Color convert

RGB111109114-
CMYK0.030.0400.55
HSL264º2.24%43.73%-
HSV(B)264º4.39%44.71%-
XYZ15.0615.5318.12-
YUV110.17130.16128.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=33.23%
G=32.63%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111091140.030.0400.552642.2443.73
Hex6F6D723403710822c
Octal15715516234067410254
Binary11011111101101111001011100011011110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,114); }

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

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

 a { background-color: rgb(111,109,114); }

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

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

 span { border-color: rgb(111,109,114); }

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