Html Css Color HEX #6B636A Salt Box

📋 copy color: '#6B636A'

red 107 ◦ green 99 ◦ blue 106

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

Shades of Salt Box #6B636A

Tints of Salt Box #6B636A

RGB

 RED value IS 107 (42.19% from 255) = 34.29%

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 34.29%
G = 31.73%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6B636A (or 0x6B636A) is known color: Salt Box. HEX triplet: 6B, 63 and 6A. RGB value is (107,99,106). Sum of RGB (Red+Green+Blue) = 107+99+106=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 107 - color contains mainly: red. Hex color #6B636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B636A is #949C95. Grayscale: #666666. Windows color (decimal): -9739414 or 6972267. OLE color: 6972267.

HSL color Cylindrical-coordinate representation of color #6B636A: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B636A is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 99 106 -
CMYK 0 0.07 0.01 0.58
HSL 307.5º 0.04% 0.4% -
HSV(B) 307.5º 0.07% 0.42% -
XYZ 13.13 13.09 15.47 -
YUV 102.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 107 99 106 0 0.07 0.01 0.58 307.5 0.04 0.4
Hex 6B 63 6A 0 7 1 3A 134 4 28
Octal 153 143 152 0 7 1 72 464 4 50
Binary 1101011 1100011 1101010 0 111 1 111010 100110100 100 101000

Color Harmonies of #6B636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B636A

Black with #6B636A

Text Example


Text Example

White with #6B636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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