#6F8172

Color #6F8172 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #6F8172

Tints of Blue Smoke #6F8172

Color information

#6F8172 (or 0x6F8172) is unknown color: approx Blue Smoke. HEX triplet: 6F, 81 and 72. RGB value is (111,129,114). Sum of RGB (Red+Green+Blue) = 111+129+114=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8172 is #907E8D. Grayscale: #797979. Windows color (decimal): -9469582 or 7504239. OLE color: 7504239.

HSL color Cylindrical-coordinate representation of color #6F8172: hue angle of 130º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F8172 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB111129114-
CMYK0.1400.120.49
HSL130º7.5%47.06%-
HSV(B)130º13.95%50.59%-
XYZ17.4420.2918.92-
YUV121.91123.54120.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=31.36%
G=36.44%
B=32.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111291140.1400.120.491307.547.06
Hex6F8172E0C318282f
Octal15720116216014612021057
Binary1101111100000011110010111001100110001100000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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