Html Css Color HEX #696868 Dim Gray

📋 copy color: '#696868'

red 105 ◦ green 104 ◦ blue 104

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

Shades of Dim Gray #696868

Tints of Dim Gray #696868

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

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 105 104 104 -
CMYK 0 0.01 0.01 0.59
HSL 0% 0.41% -
HSV(B) 0.01% 0.41% -
XYZ 13.27 13.9 15.08 -
YUV 104.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 105 104 104 0 0.01 0.01 0.59 0 0 0.41
Hex 69 68 68 0 1 1 3B 0 0 29
Octal 151 150 150 0 1 1 73 0 0 51
Binary 1101001 1101000 1101000 0 1 1 111011 0 0 101001

Color Harmonies of #696868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696868

Black with #696868

Text Example


Text Example

White with #696868

Text Example


Text Example

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