Html Css Color HEX #6E606B Salt Box

📋 copy color: '#6E606B'

red 110 ◦ green 96 ◦ blue 107

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

Shades of Salt Box #6E606B

Tints of Salt Box #6E606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 35.14%
G = 30.67%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E606B (or 0x6E606B) is known color: Salt Box. HEX triplet: 6E, 60 and 6B. RGB value is (110,96,107). Sum of RGB (Red+Green+Blue) = 110+96+107=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 110 - color contains mainly: red. Hex color #6E606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E606B is #919F94. Grayscale: #656565. Windows color (decimal): -9543573 or 7037038. OLE color: 7037038.

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

Color convert

RGB 110 96 107 -
CMYK 0 0.13 0.03 0.57
HSL 312.86º 0.07% 0.4% -
HSV(B) 312.86º 0.13% 0.43% -
XYZ 13.27 12.74 15.67 -
YUV 101.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 110 96 107 0 0.13 0.03 0.57 312.86 0.07 0.4
Hex 6E 60 6B 0 D 3 39 139 7 28
Octal 156 140 153 0 15 3 71 471 7 50
Binary 1101110 1100000 1101011 0 1101 11 111001 100111001 111 101000

Color Harmonies of #6E606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E606B

Black with #6E606B

Text Example


Text Example

White with #6E606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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