#696868

Color #696868 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #696868

Tints of Dim Gray #696868

Color information

#696868 (or 0x696868) is unknown color: approx Dim Gray. HEX triplet: 69, 68 and 68. RGB value is (105,104,104). Sum of RGB (Red+Green+Blue) = 105+104+104=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 105 - color contains mainly: red. Hex color #696868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696868 is #969797. Grayscale: #686868. Windows color (decimal): -9869208 or 6842473. OLE color: 6842473.

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

Color convert

RGB105104104-
CMYK00.010.010.59
HSL0.48%40.98%-
HSV(B)0.95%41.18%-
XYZ13.2713.915.08-
YUV104.3127.83128.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=33.55%
G=33.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510410400.010.010.5900.4840.98
Hex6968680113B0029
Octal151150150011730051
Binary11010011101000110100001111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696868; }

 p { color: rgb(105,104,104); }

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

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

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

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

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

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

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