Html Css Color HEX #696B6C Mid Grey

📋 copy color: '#696B6C'

red 105 ◦ green 107 ◦ blue 108

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

Shades of Mid Grey #696B6C

Tints of Mid Grey #696B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 32.81%
G = 33.44%
B = 33.75%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#696B6C (or 0x696B6C) is known color: Mid Grey. HEX triplet: 69, 6B and 6C. RGB value is (105,107,108). Sum of RGB (Red+Green+Blue) = 105+107+108=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 108 - color contains mainly: blue. Hex color #696B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B6C is #969493. Grayscale: #6A6A6A. Windows color (decimal): -9868436 or 7105385. OLE color: 7105385.

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

Color convert

RGB 105 107 108 -
CMYK 0.03 0.01 0 0.58
HSL 200º 0.01% 0.42% -
HSV(B) 200º 0.03% 0.42% -
XYZ 13.79 14.6 16.28 -
YUV 106.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 105 107 108 0.03 0.01 0 0.58 200 0.01 0.42
Hex 69 6B 6C 3 1 0 3A C8 1 2A
Octal 151 153 154 3 1 0 72 310 1 52
Binary 1101001 1101011 1101100 11 1 0 111010 11001000 1 101010

Color Harmonies of #696B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B6C

Black with #696B6C

Text Example


Text Example

White with #696B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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