Html Css Color HEX #6E696C Salt Box

📋 copy color: '#6E696C'

red 110 ◦ green 105 ◦ blue 108

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

Shades of Salt Box #6E696C

Tints of Salt Box #6E696C

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E696C (or 0x6E696C) is known color: Salt Box. HEX triplet: 6E, 69 and 6C. RGB value is (110,105,108). Sum of RGB (Red+Green+Blue) = 110+105+108=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 110 - color contains mainly: red. Hex color #6E696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E696C is #919693. Grayscale: #6A6A6A. Windows color (decimal): -9541268 or 7104878. OLE color: 7104878.

HSL color Cylindrical-coordinate representation of color #6E696C: hue angle of 324º 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 #6E696C is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 105 108 -
CMYK 0 0.05 0.02 0.57
HSL 324º 0.02% 0.42% -
HSV(B) 324º 0.05% 0.43% -
XYZ 14.19 14.5 16.24 -
YUV 106.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 110 105 108 0 0.05 0.02 0.57 324 0.02 0.42
Hex 6E 69 6C 0 5 2 39 144 2 2A
Octal 156 151 154 0 5 2 71 504 2 52
Binary 1101110 1101001 1101100 0 101 10 111001 101000100 10 101010

Color Harmonies of #6E696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E696C

Black with #6E696C

Text Example


Text Example

White with #6E696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E696C; }

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

 H1.HeaderClassName
 {
   color: #6E696C;
 }
 .AnyTagClassName
 {
   color: #6E696C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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