Html Css Color HEX #6E636B Salt Box

📋 copy color: '#6E636B'

red 110 ◦ green 99 ◦ blue 107

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

Shades of Salt Box #6E636B

Tints of Salt Box #6E636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

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

R = 34.81%
G = 31.33%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E636B (or 0x6E636B) is known color: Salt Box. HEX triplet: 6E, 63 and 6B. RGB value is (110,99,107). Sum of RGB (Red+Green+Blue) = 110+99+107=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 110 - color contains mainly: red. Hex color #6E636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E636B is #919C94. Grayscale: #676767. Windows color (decimal): -9542805 or 7037806. OLE color: 7037806.

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

Color convert

RGB 110 99 107 -
CMYK 0 0.1 0.03 0.57
HSL 316.36º 0.05% 0.41% -
HSV(B) 316.36º 0.1% 0.43% -
XYZ 13.55 13.3 15.76 -
YUV 103.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 110 99 107 0 0.1 0.03 0.57 316.36 0.05 0.41
Hex 6E 63 6B 0 A 3 39 13C 5 29
Octal 156 143 153 0 12 3 71 474 5 51
Binary 1101110 1100011 1101011 0 1010 11 111001 100111100 101 101001

Color Harmonies of #6E636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E636B

Black with #6E636B

Text Example


Text Example

White with #6E636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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