#6F6B72

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

Shades of Scarpa Flow #6F6B72

Tints of Scarpa Flow #6F6B72

Color information

#6F6B72 (or 0x6F6B72) is unknown color: approx Scarpa Flow. HEX triplet: 6F, 6B and 72. RGB value is (111,107,114). Sum of RGB (Red+Green+Blue) = 111+107+114=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B72 is #90948D. Grayscale: #6C6C6C. Windows color (decimal): -9475214 or 7498607. OLE color: 7498607.

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

Color convert

RGB111107114-
CMYK0.030.0600.55
HSL274.29º3.17%43.33%-
HSV(B)274.29º6.14%44.71%-
XYZ14.8515.1118.05-
YUV108.99130.83129.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.43%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=33.43%
G=32.23%
B=34.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111071140.030.0600.55274.293.1743.33
Hex6F6B723603711232b
Octal15715316236067422353
Binary11011111101011111001011110011011110001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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