Html Css Color HEX #697075 Mid Grey

📋 copy color: '#697075'

red 105 ◦ green 112 ◦ blue 117

#697075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #697075

Tints of Mid Grey #697075

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 value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697075 (or 0x697075) is known color: 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

RGB 105 112 117 -
CMYK 0.10 0.04 0 0.54
HSL 205º 0.05% 0.44% -
HSV(B) 205º 0.1% 0.46% -
XYZ 14.83 15.88 19.11 -
YUV 110.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 105 112 117 0.10 0.04 0 0.54 205 0.05 0.44
Hex 69 70 75 A 4 0 36 CD 5 2C
Octal 151 160 165 12 4 0 66 315 5 54
Binary 1101001 1110000 1110101 1010 100 0 110110 11001101 101 101100

Color Harmonies of #697075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697075

Black with #697075

Text Example


Text Example

White with #697075

Text Example


Text Example

HTML Codes & Css Web 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>