Html Css Color HEX #696C6F Mid Grey

📋 copy color: '#696C6F'

red 105 ◦ green 108 ◦ blue 111

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

Shades of Mid Grey #696C6F

Tints of Mid Grey #696C6F

RGB

 RED value IS 105 (41.41% from 255) = 32.41%

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 32.41%
G = 33.33%
B = 34.26%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696C6F (or 0x696C6F) is known color: Mid Grey. HEX triplet: 69, 6C and 6F. RGB value is (105,108,111). Sum of RGB (Red+Green+Blue) = 105+108+111=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 111 - color contains mainly: blue. Hex color #696C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C6F is #969390. Grayscale: #6B6B6B. Windows color (decimal): -9868177 or 7302249. OLE color: 7302249.

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

Color convert

RGB 105 108 111 -
CMYK 0.05 0.03 0 0.56
HSL 210º 0.03% 0.42% -
HSV(B) 210º 0.05% 0.44% -
XYZ 14.06 14.88 17.17 -
YUV 107.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 105 108 111 0.05 0.03 0 0.56 210 0.03 0.42
Hex 69 6C 6F 5 3 0 38 D2 3 2A
Octal 151 154 157 5 3 0 70 322 3 52
Binary 1101001 1101100 1101111 101 11 0 111000 11010010 11 101010

Color Harmonies of #696C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C6F

Black with #696C6F

Text Example


Text Example

White with #696C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696C6F; }

 p { color: rgb(105,108,111); }

 H1.HeaderClassName
 {
   color: #696C6F;
 }
 .AnyTagClassName
 {
   color: #696C6F;
 }
</style>

background-color css

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

 a { background-color: rgb(105,108,111); }

 div.DivClassName
 {
   background-color: #696C6F;
 }
 .BgClassName
 {
   background-color: #696C6F;
 }
</style>

border-color css

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

 span { border-color: rgb(105,108,111); }

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