Html Css Color HEX #6B6368 Salt Box

📋 copy color: '#6B6368'

red 107 ◦ green 99 ◦ blue 104

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

Shades of Salt Box #6B6368

Tints of Salt Box #6B6368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 34.52%
G = 31.94%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B6368 (or 0x6B6368) is known color: Salt Box. HEX triplet: 6B, 63 and 68. RGB value is (107,99,104). Sum of RGB (Red+Green+Blue) = 107+99+104=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6368 is #949C97. Grayscale: #656565. Windows color (decimal): -9739416 or 6841195. OLE color: 6841195.

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

Color convert

RGB 107 99 104 -
CMYK 0 0.07 0.03 0.58
HSL 322.5º 0.04% 0.4% -
HSV(B) 322.5º 0.07% 0.42% -
XYZ 13.02 13.05 14.93 -
YUV 101.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 107 99 104 0 0.07 0.03 0.58 322.5 0.04 0.4
Hex 6B 63 68 0 7 3 3A 142 4 28
Octal 153 143 150 0 7 3 72 502 4 50
Binary 1101011 1100011 1101000 0 111 11 111010 101000010 100 101000

Color Harmonies of #6B6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6368

Black with #6B6368

Text Example


Text Example

White with #6B6368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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