#6F6A6D

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

Shades of Monsoon #6F6A6D

Tints of Monsoon #6F6A6D

Color information

#6F6A6D (or 0x6F6A6D) is unknown color: approx Monsoon. HEX triplet: 6F, 6A and 6D. RGB value is (111,106,109). Sum of RGB (Red+Green+Blue) = 111+106+109=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A6D is #909592. Grayscale: #6B6B6B. Windows color (decimal): -9475475 or 7170671. OLE color: 7170671.

HSL color Cylindrical-coordinate representation of color #6F6A6D: hue angle of 324º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F6A6D is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB111106109-
CMYK00.050.020.56
HSL324º2.3%42.55%-
HSV(B)324º4.5%43.53%-
XYZ14.4714.7916.56-
YUV107.84128.66130.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=34.05%
G=32.52%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110610900.050.020.563242.342.55
Hex6F6A6D0523814422b
Octal15715215505270504253
Binary11011111101010110110101011011100010100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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