Html Css Color HEX #6E676C Salt Box

📋 copy color: '#6E676C'

red 110 ◦ green 103 ◦ blue 108

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

Shades of Salt Box #6E676C

Tints of Salt Box #6E676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 34.27%
G = 32.09%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E676C (or 0x6E676C) is known color: Salt Box. HEX triplet: 6E, 67 and 6C. RGB value is (110,103,108). Sum of RGB (Red+Green+Blue) = 110+103+108=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 110 - color contains mainly: red. Hex color #6E676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E676C is #919893. Grayscale: #696969. Windows color (decimal): -9541780 or 7104366. OLE color: 7104366.

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

Color convert

RGB 110 103 108 -
CMYK 0 0.06 0.02 0.57
HSL 317.14º 0.03% 0.42% -
HSV(B) 317.14º 0.06% 0.43% -
XYZ 13.99 14.1 16.17 -
YUV 105.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 110 103 108 0 0.06 0.02 0.57 317.14 0.03 0.42
Hex 6E 67 6C 0 6 2 39 13D 3 2A
Octal 156 147 154 0 6 2 71 475 3 52
Binary 1101110 1100111 1101100 0 110 10 111001 100111101 11 101010

Color Harmonies of #6E676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E676C

Black with #6E676C

Text Example


Text Example

White with #6E676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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