Html Css Color HEX #6A6369 Salt Box

📋 copy color: '#6A6369'

red 106 ◦ green 99 ◦ blue 105

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

Shades of Salt Box #6A6369

Tints of Salt Box #6A6369

RGB

 RED value IS 106 (41.8% from 255) = 34.19%

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

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

R = 34.19%
G = 31.94%
B = 33.87%

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

#6A6369 (or 0x6A6369) is known color: Salt Box. HEX triplet: 6A, 63 and 69. RGB value is (106,99,105). Sum of RGB (Red+Green+Blue) = 106+99+105=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6369 is #959C96. Grayscale: #656565. Windows color (decimal): -9804951 or 6906730. OLE color: 6906730.

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

Color convert

RGB 106 99 105 -
CMYK 0 0.07 0.01 0.58
HSL 308.57º 0.03% 0.4% -
HSV(B) 308.57º 0.07% 0.42% -
XYZ 12.96 13.01 15.19 -
YUV 101.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 106 99 105 0 0.07 0.01 0.58 308.57 0.03 0.4
Hex 6A 63 69 0 7 1 3A 135 3 28
Octal 152 143 151 0 7 1 72 465 3 50
Binary 1101010 1100011 1101001 0 111 1 111010 100110101 11 101000

Color Harmonies of #6A6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6369

Black with #6A6369

Text Example


Text Example

White with #6A6369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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