Html Css Color HEX #6E616C Salt Box

📋 copy color: '#6E616C'

red 110 ◦ green 97 ◦ blue 108

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

Shades of Salt Box #6E616C

Tints of Salt Box #6E616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

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

R = 34.92%
G = 30.79%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E616C (or 0x6E616C) is known color: Salt Box. HEX triplet: 6E, 61 and 6C. RGB value is (110,97,108). Sum of RGB (Red+Green+Blue) = 110+97+108=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 110 - color contains mainly: red. Hex color #6E616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E616C is #919E93. Grayscale: #666666. Windows color (decimal): -9543316 or 7102830. OLE color: 7102830.

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

Color convert

RGB 110 97 108 -
CMYK 0 0.12 0.02 0.57
HSL 309.23º 0.06% 0.41% -
HSV(B) 309.23º 0.12% 0.43% -
XYZ 13.41 12.95 15.98 -
YUV 102.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 110 97 108 0 0.12 0.02 0.57 309.23 0.06 0.41
Hex 6E 61 6C 0 C 2 39 135 6 29
Octal 156 141 154 0 14 2 71 465 6 51
Binary 1101110 1100001 1101100 0 1100 10 111001 100110101 110 101001

Color Harmonies of #6E616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E616C

Black with #6E616C

Text Example


Text Example

White with #6E616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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