Html Css Color HEX #6E606C Salt Box

📋 copy color: '#6E606C'

red 110 ◦ green 96 ◦ blue 108

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

Shades of Salt Box #6E606C

Tints of Salt Box #6E606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 35.03%
G = 30.57%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E606C (or 0x6E606C) is known color: Salt Box. HEX triplet: 6E, 60 and 6C. RGB value is (110,96,108). Sum of RGB (Red+Green+Blue) = 110+96+108=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 110 - color contains mainly: red. Hex color #6E606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E606C is #919F93. Grayscale: #656565. Windows color (decimal): -9543572 or 7102574. OLE color: 7102574.

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

Color convert

RGB 110 96 108 -
CMYK 0 0.13 0.02 0.57
HSL 308.57º 0.07% 0.4% -
HSV(B) 308.57º 0.13% 0.43% -
XYZ 13.32 12.76 15.95 -
YUV 101.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 110 96 108 0 0.13 0.02 0.57 308.57 0.07 0.4
Hex 6E 60 6C 0 D 2 39 135 7 28
Octal 156 140 154 0 15 2 71 465 7 50
Binary 1101110 1100000 1101100 0 1101 10 111001 100110101 111 101000

Color Harmonies of #6E606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E606C

Black with #6E606C

Text Example


Text Example

White with #6E606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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