Html Css Color HEX #696C6E Mid Grey

📋 copy color: '#696C6E'

red 105 ◦ green 108 ◦ blue 110

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

Shades of Mid Grey #696C6E

Tints of Mid Grey #696C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 32.51%
G = 33.44%
B = 34.06%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#696C6E (or 0x696C6E) is known color: Mid Grey. HEX triplet: 69, 6C and 6E. RGB value is (105,108,110). Sum of RGB (Red+Green+Blue) = 105+108+110=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 110 - color contains mainly: blue. Hex color #696C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C6E is #969391. Grayscale: #6B6B6B. Windows color (decimal): -9868178 or 7236713. OLE color: 7236713.

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

Color convert

RGB 105 108 110 -
CMYK 0.05 0.02 0 0.57
HSL 204º 0.02% 0.42% -
HSV(B) 204º 0.05% 0.43% -
XYZ 14 14.85 16.88 -
YUV 107.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 105 108 110 0.05 0.02 0 0.57 204 0.02 0.42
Hex 69 6C 6E 5 2 0 39 CC 2 2A
Octal 151 154 156 5 2 0 71 314 2 52
Binary 1101001 1101100 1101110 101 10 0 111001 11001100 10 101010

Color Harmonies of #696C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C6E

Black with #696C6E

Text Example


Text Example

White with #696C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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