Html Css Color HEX #6B6369 Salt Box

📋 copy color: '#6B6369'

red 107 ◦ green 99 ◦ blue 105

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

Shades of Salt Box #6B6369

Tints of Salt Box #6B6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 34.41%
G = 31.83%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6B6369 (or 0x6B6369) is known color: Salt Box. HEX triplet: 6B, 63 and 69. RGB value is (107,99,105). Sum of RGB (Red+Green+Blue) = 107+99+105=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6369 is #949C96. Grayscale: #666666. Windows color (decimal): -9739415 or 6906731. OLE color: 6906731.

HSL color Cylindrical-coordinate representation of color #6B6369: hue angle of 315º 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 #6B6369 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 99 105 -
CMYK 0 0.07 0.02 0.58
HSL 315º 0.04% 0.4% -
HSV(B) 315º 0.07% 0.42% -
XYZ 13.08 13.07 15.2 -
YUV 102.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 107 99 105 0 0.07 0.02 0.58 315 0.04 0.4
Hex 6B 63 69 0 7 2 3A 13B 4 28
Octal 153 143 151 0 7 2 72 473 4 50
Binary 1101011 1100011 1101001 0 111 10 111010 100111011 100 101000

Color Harmonies of #6B6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6369

Black with #6B6369

Text Example


Text Example

White with #6B6369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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