#697075

Color #697075 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #697075

Tints of Mid Grey #697075

Color information

#697075 (or 0x697075) is unknown color: approx Mid Grey. HEX triplet: 69, 70 and 75. RGB value is (105,112,117). Sum of RGB (Red+Green+Blue) = 105+112+117=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 117 - color contains mainly: blue. Hex color #697075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697075 is #968F8A. Grayscale: #6E6E6E. Windows color (decimal): -9867147 or 7696489. OLE color: 7696489.

HSL color Cylindrical-coordinate representation of color #697075: hue angle of 205º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #697075 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105112117-
CMYK0.100.0400.54
HSL205º5.41%43.53%-
HSV(B)205º10.26%45.88%-
XYZ14.8315.8819.11-
YUV110.48131.68124.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=31.44%
G=33.53%
B=35.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051121170.100.0400.542055.4143.53
Hex697075A4036cd52c
Octal151160165124066315554
Binary1101001111000011101011010100011011011001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697075; }

 p { color: rgb(105,112,117); }

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

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

 a { background-color: rgb(105,112,117); }

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

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

 span { border-color: rgb(105,112,117); }

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