Html Css Color HEX #6A6168 Salt Box

📋 copy color: '#6A6168'

red 106 ◦ green 97 ◦ blue 104

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

Shades of Salt Box #6A6168

Tints of Salt Box #6A6168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

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

R = 34.53%
G = 31.6%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6A6168 (or 0x6A6168) is known color: Salt Box. HEX triplet: 6A, 61 and 68. RGB value is (106,97,104). Sum of RGB (Red+Green+Blue) = 106+97+104=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6168 is #959E97. Grayscale: #646464. Windows color (decimal): -9805464 or 6840682. OLE color: 6840682.

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

Color convert

RGB 106 97 104 -
CMYK 0 0.08 0.02 0.58
HSL 313.33º 0.04% 0.4% -
HSV(B) 313.33º 0.08% 0.42% -
XYZ 12.72 12.61 14.86 -
YUV 100.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 106 97 104 0 0.08 0.02 0.58 313.33 0.04 0.4
Hex 6A 61 68 0 8 2 3A 139 4 28
Octal 152 141 150 0 10 2 72 471 4 50
Binary 1101010 1100001 1101000 0 1000 10 111010 100111001 100 101000

Color Harmonies of #6A6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6168

Black with #6A6168

Text Example


Text Example

White with #6A6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,97,104); }

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

background-color css

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

 a { background-color: rgb(106,97,104); }

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

border-color css

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

 span { border-color: rgb(106,97,104); }

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